Skip to content

Commit 46e0c9e

Browse files
authored
fix: code assist (#2491)
1 parent ca71780 commit 46e0c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class YdbEmbeddedAPI {
3535
this.meta = new MetaAPI({config});
3636
}
3737

38-
if (codeAssistBackend) {
38+
if (webVersion || codeAssistBackend) {
3939
this.codeAssist = new CodeAssistAPI({config});
4040
}
4141

0 commit comments

Comments
 (0)