Skip to content

Commit

Permalink
Update LabelerServer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
puklipo committed Dec 24, 2024
1 parent 375d909 commit f09e8ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Labeler/LabelerServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public function start(): void

$cursor = $request->get('cursor');
$cursor = is_null($cursor) ? null : intval($cursor);
info('subscribeLabels cursor: '.$cursor);

try {
foreach (Labeler::subscribeLabels($cursor) as $label) {
Expand Down

0 comments on commit f09e8ef

Please sign in to comment.