We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca2273 commit 6f24d93Copy full SHA for 6f24d93
java/ql/src/Telemetry/AutomodelAlertSinksPerQuery.ql
@@ -11,4 +11,4 @@ private import AutomodelAlertSinkUtil
11
12
from string queryId, int alertCount, string sinkModel
13
where sinkModelTallyPerQuery(queryId, alertCount, sinkModel)
14
-select alertCount, sinkModel
+select queryId, alertCount, sinkModel
0 commit comments