mirror of
https://github.com/github/codeql.git
synced 2026-06-03 04:40:14 +02:00
fix incorrect variable name
This commit is contained in:
@@ -44,4 +44,4 @@ where
|
||||
c instanceof CodeInjectionATM::CodeInjectionATMConfig and
|
||||
endpointTypeEncoded = c.getASinkEndpointType().getEncoding()
|
||||
)
|
||||
select queryName, endpointTypeEncoded order by encodingTypeEncoded
|
||||
select queryName, endpointTypeEncoded order by endpointTypeEncoded
|
||||
|
||||
Reference in New Issue
Block a user