fix incorrect variable name

This commit is contained in:
tombolton
2022-03-09 14:22:06 +00:00
parent e07c5cee64
commit 2304b98fda

View File

@@ -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