Skip to content

Commit dd268af

Browse files
koesie10charisk
andauthored
Use type in auto model usages query file
Co-authored-by: Charis Kyriakou <charisk@users.noreply.github.com>
1 parent c017530 commit dd268af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export async function getAutoModelUsages({
107107
message: "Parsing results",
108108
});
109109

110-
const snippets: Record<string, string[]> = {};
110+
const snippets: UsageSnippetsBySignature = {};
111111

112112
const results = sarif.runs[0]?.results;
113113
if (!results) {

0 commit comments

Comments
 (0)