Skip to content

Commit 34fbdb2

Browse files
committed
fix: typo
1 parent 9208f49 commit 34fbdb2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@hookform/resolvers": "^3.10.0",
2929
"@reduxjs/toolkit": "^2.5.0",
3030
"@tanstack/react-table": "^8.20.6",
31-
"@ydb-platform/monaco-ghost": "^0.1.11",
31+
"@ydb-platform/monaco-ghost": "^0.1.12",
3232
"axios": "^1.7.9",
3333
"axios-retry": "^4.5.0",
3434
"colord": "^2.9.3",

src/services/api/codeAssist.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ function prepareCodeAssistPrompt(promptFiles: PromptFile[]): CodeAssistSuggestio
3030
},
3131
})),
3232
Cursor: {
33-
Ln: file.cursorPostion.lineNumber,
34-
Col: file.cursorPostion.column,
33+
Ln: file.cursorPosition.lineNumber,
34+
Col: file.cursorPosition.column,
3535
},
3636
Path: `${file.path}.yql`,
3737
}));

0 commit comments

Comments
 (0)