From 891fb4947298502001cbe62bbd3872b36247c3fb Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Mon, 20 May 2024 16:54:32 +0100 Subject: [PATCH] misc: lint --- app/gui2/src/stores/project/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui2/src/stores/project/index.ts b/app/gui2/src/stores/project/index.ts index 80c0102fce22..59d2a5f6cf45 100644 --- a/app/gui2/src/stores/project/index.ts +++ b/app/gui2/src/stores/project/index.ts @@ -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 | undefined watchEffect((onCleanup) => { yDocsProvider = attachProvider(