We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d4d6b commit fc98cd8Copy full SHA for fc98cd8
ruby/ql/lib/codeql/ruby/frameworks/Grape.qll
@@ -301,7 +301,7 @@ private class GrapeHelperMethod extends Method {
301
/**
302
* Gets the API class that contains this helper method.
303
*/
304
- GrapeApiClass getAPIClass() { result = apiClass }
+ GrapeApiClass getApiClass() { result = apiClass }
305
}
306
307
0 commit comments