🐛 Add migration for fix invalid shadows

This commit is contained in:
Andrey Antukh 2024-01-24 17:42:02 +01:00
parent 17a208d67b
commit 8d0afd8c96
7 changed files with 86 additions and 30 deletions

View file

@ -123,7 +123,6 @@
FileTime
(inst-ms* [v] (.toMillis ^FileTime v)))
(defmethod print-method Duration
[mv ^java.io.Writer writer]
(.write writer (str "#app/duration \"" (str/lower (subs (str mv) 2)) "\"")))