Skip to content

Commit

Permalink
Merge pull request #381 from district0x/various-fixes-1
Browse files Browse the repository at this point in the history
Various fixes
  • Loading branch information
madis authored Mar 4, 2024
2 parents 1d5d4a5 + b6839ff commit c3943ee
Show file tree
Hide file tree
Showing 9 changed files with 440 additions and 4,928 deletions.
2 changes: 1 addition & 1 deletion server/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

district0x/district-validation {:mvn/version "1.0.0" :exclusions [cljsjs/react-with-addons reagent/reagent com.cognitect/transit-js]}
district0x/error-handling {:mvn/version "1.0.4"}
district0x/graphql-query {:mvn/version "1.0.6"}
is.d0x/graphql-query {:mvn/version "1.0.7"}

cljs-http/cljs-http {:mvn/version "0.1.46"}
binaryage/oops {:mvn/version "0.7.2"}
Expand Down
1 change: 0 additions & 1 deletion server/src/ethlance/server/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@

(defn -main [& _]
(log/info "Initializing Server...")
(log/info "Using config: " (env-config environment))
(async-helpers/extend-promises-as-channels!)
(merge-config! {:ns-blacklist ["district.server.smart-contracts"]})
(safe-go
Expand Down
Loading

0 comments on commit c3943ee

Please sign in to comment.