Skip to content

Commit 1a5f83c

Browse files
committed
Fix typo
1 parent 5c16900 commit 1a5f83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/api/v8/users/basic_info_by_usernames_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def create
6767
user_id_to_extra_fields = UserAppDatum.where(namespace: namespace, user: users).group_by(&:user_id)
6868
end
6969

70-
data = User.where(login: users).map do |u|
70+
data = users.map do |u|
7171
d = {
7272
id: u.id,
7373
username: u.login,

0 commit comments

Comments
 (0)