Skip to content

Commit

Permalink
update sql query to convert id to int to ensure type of return value
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Jul 3, 2024
1 parent b82f6c4 commit 69d86aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/username_completion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def results
def query
<<-SQL
select
id,
id::int,
login,
display_name
Expand Down

0 comments on commit 69d86aa

Please sign in to comment.