Skip to content

Commit

Permalink
Merge pull request #289 from slr71/main
Browse files Browse the repository at this point in the history
CORE-2013: fixed an import error
  • Loading branch information
slr71 authored Sep 30, 2024
2 parents 4ab4c49 + b4f4835 commit a642d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terrain/util/keycloak_oidc.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:require [clojure.string :as string]
[clojure-commons.jwt :as jwt]
[clojure-commons.response :as resp]
[slingshot.slingshot :only [try+ throw+]]
[slingshot.slingshot :refer [try+ throw+]]
[terrain.clients.keycloak :as kc]
[terrain.util.config :as config]))

Expand Down

0 comments on commit a642d16

Please sign in to comment.