Skip to content

Commit

Permalink
chore(js-sdk): revert
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Dec 24, 2024
1 parent 1f0f7c6 commit 43cc7f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default async function broadcast(
this.logger.debug('[Document#broadcast] Broadcast documents', {
create: documents.create?.length || 0,
replace: documents.replace?.length || 0,
delete: documents.delete?.length || 0,
delete: documents.delete?.length || 0
});
await this.initialize();

Expand Down

0 comments on commit 43cc7f1

Please sign in to comment.