We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f2cc2 commit 2533e4bCopy full SHA for 2533e4b
src/Endpoints/Comments.php
@@ -50,7 +50,7 @@ public function __construct(Notion $notion)
50
public function ofBlock(string $blockId): CommentCollection
51
{
52
$response = $this->get(
53
- $this->url(Endpoint::COMMENTS . "?block_id={$blockId}&{$this->buildPaginationQuery()}")
+ $this->url(Endpoint::COMMENTS."?block_id={$blockId}&{$this->buildPaginationQuery()}")
54
);
55
56
return new CommentCollection($response->json());
0 commit comments