Skip to content

Commit dc08462

Browse files
committed
JS: Avoid the special name getURL
1 parent 7c5c9ea commit dc08462

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/NPM.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class BugTrackerInfo extends JSONValue {
190190
}
191191

192192
/** Gets the bug tracker URL. */
193-
string getURL() {
193+
string getUrl() {
194194
result = this.(JSONObject).getPropStringValue("url") or
195195
result = this.(JSONString).getValue()
196196
}

0 commit comments

Comments
 (0)