Skip to content

Commit

Permalink
Fix miss
Browse files Browse the repository at this point in the history
  • Loading branch information
rosylilly committed Oct 22, 2017
1 parent fd1b61a commit 7dd2912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isubata/webapp/ruby/app.rb
Expand Up @@ -427,6 +427,7 @@ def ext2mime(ext)
end

def get_users(ids)
return {} if ids.empty?
rows = db.query("SELECT id, name, display_name, avatar_icon FROM user WHERE id IN (#{ids.join(',')})")

dict = {}
Expand Down

0 comments on commit 7dd2912

Please sign in to comment.