Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update backend docs on Wed Feb 28 09:22:51 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 28, 2024
1 parent cf365a8 commit aea9bcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98729,8 +98729,7 @@ <h2>Quartz JavaDoc</h2>
(log/info (trs &quot;Unpersisting model with card-id {0}&quot; (:card_id persisted-info)))
(try
(unpersist! refresher database persisted-info)
(when (= &quot;deletable&quot; current-state)
(t2/delete! PersistedInfo :id (:id persisted-info)))
(t2/delete! PersistedInfo :id (:id persisted-info))
(update stats :success inc)
(catch Exception e
(log/info e (trs &quot;Error unpersisting model with card-id {0}&quot; (:card_id persisted-info)))
Expand Down

0 comments on commit aea9bcb

Please sign in to comment.