mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: Also fix typo in test case
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import javascript
|
||||
|
||||
query predicate test_ClientReceiveNode_getAck(
|
||||
SocketIOClient::ReceiveNode rn, SocketIOClient::RecieveCallback res
|
||||
SocketIOClient::ReceiveNode rn, SocketIOClient::ReceiveCallback res
|
||||
) {
|
||||
res.getReceiveNode() = rn
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user