Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogthos committed Sep 9, 2024
1 parent 7832cd0 commit 399723b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
(ig/init)
(reset! system))
(.addShutdownHook (Runtime/getRuntime) (Thread. stop-app))
(.addShutdownHook (Runtime/getRuntime) (shutdown-agents)))
(.addShutdownHook (Runtime/getRuntime) (Thread. shutdown-agents)))

(defn -main [& _]
(start-app))

0 comments on commit 399723b

Please sign in to comment.