Remove comment line

This commit is contained in:
Maiky
2023-09-29 18:32:12 +02:00
parent e171123589
commit 142ab01b48

View File

@@ -42,10 +42,7 @@ private module Apollo {
/** A string that is interpreted as a GraphQL query by a `graphql` package. */
private class ApolloServer extends ApolloGraphQL::ApolloGraphQLServer {
ApolloServer() {
this = apollo().getAnInstantiation()
// or this = apollo().getAnInstantiation().getOptionArgument(0, "cors")
}
ApolloServer() { this = apollo().getAnInstantiation() }
predicate isPermissive() {
this.(DataFlow::NewNode)