fix: byte-compilation

This commit is contained in:
Pavel Korytov 2022-04-16 18:02:17 +03:00
parent 2552a7a7fb
commit 556452e72c

View file

@ -331,7 +331,7 @@ The properties are:
(with-temp-buffer
(insert-file-contents org-journal-tags-db-file)
(goto-char (point-min))
(condition-case err
(condition-case _
(progn
(setf org-journal-tags-db (read (current-buffer)))
(org-journal-tags-db--migrate))