Skip to content

Commit

Permalink
Fix compiler warnings caused by merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Jan 14, 2025
1 parent 37aaa8e commit f1eeaec
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/com/yetanalytics/lrs_admin_ui/handlers.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
stmt-get-max
custom-language]
?oidc :oidc
?oidc-enable :oidc-enable-local-admin}]]
?oidc-enable :oidc-enable-local-admin
:as env}]]
(let [routes (routes (select-keys env [:proxy-path
:enable-admin-delete-actor
:enable-admin-status
Expand All @@ -148,10 +149,8 @@
::db/enable-reactions enable-reactions
::db/enable-admin-delete-actor enable-admin-delete-actor
::db/stmt-get-max stmt-get-max
::db/pref-lang (keyword admin-language-code)
::db/language (merge-with merge
lang/language
custom-language))
::db/pref-lang admin-lang-keyword
::db/language language-map)
(and no-val?
(not-empty no-val-logout-url))
(assoc ::db/no-val-logout-url no-val-logout-url))
Expand Down

0 comments on commit f1eeaec

Please sign in to comment.