Skip to content

Commit

Permalink
Fix Kondo warning
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Oct 3, 2023
1 parent 98011d6 commit 3216cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/toucan2/tools/after_update_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

(derive ::people.record-updates ::test/people)

(def ^:private ^:dynamic *updated-people*)
(def ^:private ^:dynamic *updated-people* nil)

(after-update/define-after-update ::people.record-updates
[person]
Expand Down

0 comments on commit 3216cab

Please sign in to comment.