Skip to content

Commit

Permalink
Update ApOutboxFetchService.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
penginn-net authored Jan 5, 2025
1 parent 07c143e commit 8ee58f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class ApOutboxFetchService implements OnModuleInit {
if (!activityes) throw new IdentifiableError('2a05bb06-f38c-4854-af6f-7fd5e87c98ee', 'item is unavailable');

do {
current = await this.fetchObjects(user, activityes, includeAnnounce, current.created);
current = await this.fetchObjects(user, activityes, current.created);
page++;
}
while (!current.breaked && page < pagelimit);
Expand Down

0 comments on commit 8ee58f1

Please sign in to comment.