Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Mar 25, 2024
1 parent fc82264 commit d4e0f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utils.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const setContentInitializor = (f) => {
contentInitializor = f
}

class WSSharedDoc extends Y.Doc {
export class WSSharedDoc extends Y.Doc {
/**
* @param {string} name
*/
Expand Down

0 comments on commit d4e0f46

Please sign in to comment.