Skip to content

Commit d4e0f46

Browse files
committedMar 25, 2024·
fix lint issue
1 parent fc82264 commit d4e0f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/utils.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const setContentInitializor = (f) => {
100100
contentInitializor = f
101101
}
102102

103-
class WSSharedDoc extends Y.Doc {
103+
export class WSSharedDoc extends Y.Doc {
104104
/**
105105
* @param {string} name
106106
*/

0 commit comments

Comments
 (0)
Please sign in to comment.