Skip to content

Commit f3aa549

Browse files
committed
fix type for workspace in NotionParent::class
1 parent 1f6aa11 commit f3aa549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/NotionParent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ public function isDatabase(): bool
6565
*/
6666
public function isWorkspace(): bool
6767
{
68-
return $this->getObjectType() === 'workspace_id';
68+
return $this->getObjectType() === 'workspace';
6969
}
7070
}

0 commit comments

Comments
 (0)