Skip to content

Commit

Permalink
Fix a style-warning (unused variable) in mito.dao.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Jun 28, 2024
1 parent 6fa9836 commit 5498a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/dao.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
primary-key))))))
(values))
(:method :before ((obj record-timestamps-mixin) &key columns)
(declare (ignore columns))
(let ((now (local-time:now)))
(setf (object-updated-at obj) now))))

Expand Down

0 comments on commit 5498a33

Please sign in to comment.