Skip to content

Commit e14b4c3

Browse files
starckekoesie10
andauthored
Update extensions/ql-vscode/src/data-extensions-editor/auto-model.ts
Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
1 parent e3f192b commit e14b4c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/src/data-extensions-editor/auto-model.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export function createAutoModelRequest(
4646
? 0
4747
: externalApiUsage.methodParameters.split(",").length;
4848

49-
const candidates = [];
50-
const samples = [];
49+
const candidates: Method[] = [];
50+
const samples: Method[] = [];
5151
for (
5252
let argumentIndex = -1; // Start at -1 which means `this` as in `this.method()`
5353
argumentIndex < numberOfArguments;

0 commit comments

Comments
 (0)