mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
fix typo in ApolloClientRequest
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
committed by
GitHub
parent
004147a22f
commit
91f277681a
@@ -844,8 +844,8 @@ module ClientRequest {
|
||||
/**
|
||||
* A model of a URL request made using apollo-client.
|
||||
*/
|
||||
class ApolloClientRequeist extends ClientRequest::Range, API::InvokeNode {
|
||||
ApolloClientRequeist() { this = apolloUriCallee().getAnInvocation() }
|
||||
class ApolloClientRequest extends ClientRequest::Range, API::InvokeNode {
|
||||
ApolloClientRequest() { this = apolloUriCallee().getAnInvocation() }
|
||||
|
||||
override DataFlow::Node getUrl() { result = getParameter(0).getMember("uri").getARhs() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user