Skip to content

Commit

Permalink
bugfix adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Mar 11, 2024
1 parent 472d870 commit 4cb4a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modular/ws/service/adapter.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[taoensso.sente :as sente]
[modular.encoding.transit :as e]
[modular.ws.service.id :refer [get-sente-session-uid]]
[modular.ws.adapter.jetty :as jetty]))
[modular.ws.service.adapter.jetty :as jetty]))

(defn get-adapter [server-type]
(case server-type
Expand Down

0 comments on commit 4cb4a97

Please sign in to comment.