Skip to content

Commit 5b0def1

Browse files
Update src/SDK/Requests/Actions/BlockChildren.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dfde966 commit 5b0def1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDK/Requests/Actions/BlockChildren.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ public function defaultQuery(): array
2828
return array_filter([
2929
'page_size' => $this->pageSize,
3030
'start_cursor' => $this->startCursor,
31-
]);
31+
], fn ($value) => $value !== null);
3232
}
3333
}

0 commit comments

Comments
 (0)