Skip to content

Commit 185811e

Browse files
committed
make MongooseFunction abstract
1 parent 8e6dd51 commit 185811e

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/frameworks

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ private module Mongoose {
166166
/**
167167
* A Mongoose function.
168168
*/
169-
private class MongooseFunction extends API::Node {
169+
abstract private class MongooseFunction extends API::Node {
170170
/**
171171
* Gets the API-graph node for the result from this function (if the function returns a `Query`).
172172
*/

0 commit comments

Comments
 (0)