Skip to content

Commit

Permalink
whoopsie, forgot a wrapping map
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Jan 10, 2025
1 parent ce842be commit d3aff65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/service/users.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

(defn list-logins
[{:keys [username] :as current-user} {:keys [limit] :or {limit 5}}]
(up/list-logins username limit))
{:logins (up/list-logins username limit)})

0 comments on commit d3aff65

Please sign in to comment.