fix(sqllab): race condition when updating cursor position (#30154)

This commit is contained in:
JUST.in DO IT
2024-09-04 13:11:11 -07:00
committed by GitHub
parent acea58ebe7
commit 2097b716f4
4 changed files with 58 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ export type FetchValidationQueryParams = {
templateParams?: string;
};
type ValidationResult = {
export type ValidationResult = {
end_column: number | null;
line_number: number | null;
message: string | null;