Skip to content

Commit 91f2776

Browse files
erik-kroghesbena
andauthored
fix typo in ApolloClientRequest
Co-authored-by: Esben Sparre Andreasen <[email protected]>
1 parent 004147a commit 91f2776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/semmle/javascript/frameworks/ClientRequests.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,8 @@ module ClientRequest {
844844
/**
845845
* A model of a URL request made using apollo-client.
846846
*/
847-
class ApolloClientRequeist extends ClientRequest::Range, API::InvokeNode {
848-
ApolloClientRequeist() { this = apolloUriCallee().getAnInvocation() }
847+
class ApolloClientRequest extends ClientRequest::Range, API::InvokeNode {
848+
ApolloClientRequest() { this = apolloUriCallee().getAnInvocation() }
849849

850850
override DataFlow::Node getUrl() { result = getParameter(0).getMember("uri").getARhs() }
851851

0 commit comments

Comments
 (0)