Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
duck1123 committed Sep 19, 2021
1 parent 0171a8a commit 37cc055
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/main/dinsro/model/accounts.cljc
Expand Up @@ -2,12 +2,10 @@
(:refer-clojure :exclude [name])
(:require
[clojure.spec.alpha :as s]
#?(:cljs [com.fulcrologic.fulcro.mutations :as m])
[com.fulcrologic.guardrails.core :refer [>defn =>]]
[com.fulcrologic.rad.attributes :as attr :refer [defattr]]
[com.fulcrologic.rad.attributes-options :as ao]
[com.fulcrologic.rad.authorization :as auth]
#?(:cljs [com.fulcrologic.rad.type-support.date-time :as datetime])
[com.wsscode.pathom.connect :as pc]
#?(:clj [dinsro.components.database-queries :as queries])
[dinsro.model.currencies :as m.currencies]
Expand Down
2 changes: 1 addition & 1 deletion src/main/dinsro/mutations/session.cljc
Expand Up @@ -15,7 +15,7 @@
#?(:clj [dinsro.queries.users :as q.users])
[taoensso.timbre :as log]))

(comment ::m.users/_ ::pc/_ ::s/_)
(comment ::auth/_ ::m.users/_ ::pc/_ ::s/_)

(defsc CurrentUser
[_this _props]
Expand Down

0 comments on commit 37cc055

Please sign in to comment.