We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e15bd commit 55fe958Copy full SHA for 55fe958
src/Entities/NotionParent.php
@@ -18,7 +18,7 @@ class NotionParent extends Entity
18
protected function setResponseData(array $responseData): void
19
{
20
parent::setResponseData($responseData);
21
-
+
22
if (
23
$responseData['object'] !== 'page_id'
24
&& $responseData['object'] !== 'database_id'
0 commit comments