fix typo in ApolloClientRequest

Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
Erik Krogh Kristensen
2021-02-15 09:59:04 +01:00
committed by GitHub
parent 004147a22f
commit 91f277681a

View File

@@ -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() }