Skip to content

Commit

Permalink
Revert "Break something to see what a failed deploy looks like"
Browse files Browse the repository at this point in the history
This reverts commit 81598b3.
  • Loading branch information
plexus committed Jul 20, 2024
1 parent 4f2161e commit c4825fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/co/gaiwan/compass/db.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
(declare transact)

(defmethod ig/init-key :compass/db [_ {:keys [url]}]
(/ 0 0)
(d/create-database url)
(let [conn (d/connect url)]
@(transact conn (schema/schema-tx))
Expand Down

0 comments on commit c4825fd

Please sign in to comment.