mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
try to avoid a future merge conflict
This commit is contained in:
@@ -38,7 +38,7 @@ class BarController < ApplicationController
|
||||
|
||||
def some_other_request_handler
|
||||
ps = params
|
||||
# TODO: we don't pick up on this indirect params field reference
|
||||
|
||||
uid = ps[:id]
|
||||
|
||||
# DELETE FROM "users" WHERE (id = #{uid})
|
||||
|
||||
Reference in New Issue
Block a user