Skip to content

Commit

Permalink
remove semi
Browse files Browse the repository at this point in the history
  • Loading branch information
icode authored Apr 30, 2024
1 parent da3392d commit 795e2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension-collaboration/src/collaboration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const Collaboration = Extension.create<CollaborationOptions>({
}
}

const options = this.options.ySyncOptions;
const options = this.options.ySyncOptions
const onFirstRender = this.options.onFirstRender
const ySyncPluginOptions: YSyncOpts = {
...(options ? { ...options } : {}),
Expand Down

0 comments on commit 795e2cc

Please sign in to comment.