Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2145325

Browse files
committed
try to avoid a future merge conflict
1 parent 762656e commit 2145325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/test/library-tests/frameworks/ActiveRecordInjection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class BarController < ApplicationController
3838

3939
def some_other_request_handler
4040
ps = params
41-
# TODO: we don't pick up on this indirect params field reference
41+
4242
uid = ps[:id]
4343

4444
# DELETE FROM "users" WHERE (id = #{uid})

0 commit comments

Comments
 (0)