Skip to content

Commit

Permalink
newest test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Jan 4, 2024
1 parent 9387653 commit 3afa1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/automaton_core/storage/component.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

(defn start-storage
[]
(try (core-log/info "Starting storage component")
(try (core-log/info "Start storage component")
(let [dc (datomic/make-datomic-client datomic-schema/all-schema)
db-uri (or (conf/read-param [:storage :datomic :url]) (conf/read-param [:storage-datomic-url]))
_db-uri-valid? (when-not db-uri (throw (ex-info "Database uri was not found." {})))
Expand Down

0 comments on commit 3afa1a6

Please sign in to comment.