File tree Expand file tree Collapse file tree
extensions/ql-vscode/src/remote-queries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -243,8 +243,8 @@ export async function runRemoteQuery(
243243
244244 if ( isVariantAnalysisLiveResultsEnabled ( ) ) {
245245 const queryName = getQueryName ( queryMetadata , queryFile ) ;
246- const variantAnalysisLangauge = parseVariantAnalysisQueryLanguage ( language ) ;
247- if ( variantAnalysisLangauge === undefined ) {
246+ const variantAnalysisLanguage = parseVariantAnalysisQueryLanguage ( language ) ;
247+ if ( variantAnalysisLanguage === undefined ) {
248248 throw new UserCancellationException ( `Found unsupported language: ${ language } ` ) ;
249249 }
250250
@@ -256,7 +256,7 @@ export async function runRemoteQuery(
256256 name : queryName ,
257257 filePath : queryFile ,
258258 pack : base64Pack ,
259- language : variantAnalysisLangauge ,
259+ language : variantAnalysisLanguage ,
260260 } ,
261261 databases : {
262262 repositories : repoSelection . repositories ,
You can’t perform that action at this time.
0 commit comments