Skip to content

Commit

Permalink
fix async? naming in test config
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Sep 16, 2023
1 parent 7456a76 commit 4fa3efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject luminus/lein-template "4.50"
(defproject luminus/lein-template "4.51"
:description "a template for creating Luminus applications"
:url "https://github.com/yogthos/luminus-template"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/new/luminus/core/test-config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
;; This file is listed in .gitignore and will be excluded from version control by Git.

{:port 3000
<% if async %>:async true
<% if async %>:async? true
<% endif %><% if database-profile-dev %><<database-profile-test>><% endif %>}

0 comments on commit 4fa3efe

Please sign in to comment.