Skip to content

Commit

Permalink
misc: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
4e6 committed May 20, 2024
1 parent 7b94186 commit 891fb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gui2/src/stores/project/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const useProjectStore = defineStore('project', () => {
return tryQualifiedName(`${fullName.value}.${withDotSeparators}`)
})

let ydocUrl = new URL(lsUrls.ydocUrl)
const ydocUrl = new URL(lsUrls.ydocUrl)
let yDocsProvider: ReturnType<typeof attachProvider> | undefined
watchEffect((onCleanup) => {
yDocsProvider = attachProvider(
Expand Down

0 comments on commit 891fb49

Please sign in to comment.