Skip to content

Commit

Permalink
For real fix docuent name thign
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Feb 28, 2024
1 parent be03d61 commit 83d3e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/workspace/editor/Tiptap.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
provider = new HocuspocusProvider({
url: 'wss://akademia-backend.arctix.dev',
token: state.token.access_token,
name: 'document'+initActiveFile.id,
name: 'document.'+initActiveFile.id,
onAuthenticationFailed: () => {
$editor.destroy();
provider.destroy();
Expand Down

0 comments on commit 83d3e7a

Please # to comment.