Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSurana committed Dec 27, 2023
1 parent 9d481f5 commit d1e5ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/firepad-classic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ export default class FirepadClassic implements IFirepad {
databaseRef,
options.userId!,
options.userColor!,
options.userName!
options.userName!,
""
);
this._editorAdapter = new MonacoAdapter(editor, false);
this._editorClient = new EditorClient(
Expand Down

0 comments on commit d1e5ade

Please sign in to comment.