Skip to content

Commit

Permalink
Merge branch 'master' into ACCOUNT-instruction-family-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBBB authored Dec 14, 2024
2 parents 732a2b3 + 8f688e4 commit 7f2de40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hub/constraints/account-rows/specialized.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
(defun (account-increment-deployment-number kappa) (shift (eq! account/DEPLOYMENT_NUMBER_NEW (+ 1 account/DEPLOYMENT_NUMBER)) kappa))
(defun (account-turn-on-deployment-status kappa) (shift (eq! account/DEPLOYMENT_STATUS_NEW (+ 1 account/DEPLOYMENT_STATUS)) kappa))
(defun (account-undo-deployment-status-update undoAt doneAt) (begin (account-same-deployment-number undoAt)
(eq! (shift account/DEPLOYMENT_NUMBER undoAt) (shift account/DEPLOYMENT_NUMBER_NEW doneAt))
(eq! (shift account/DEPLOYMENT_STATUS_NEW undoAt) (shift account/DEPLOYMENT_STATUS doneAt))
(eq! (shift account/DEPLOYMENT_STATUS undoAt) (shift account/DEPLOYMENT_STATUS_NEW doneAt))))

Expand Down

0 comments on commit 7f2de40

Please sign in to comment.