five seconds instead of 60

This commit is contained in:
Bryce
2023-06-06 23:00:50 -07:00
parent a07b29a8b3
commit 6f935ddbd4
2 changed files with 2 additions and 3 deletions

View File

@@ -89,7 +89,6 @@
:tip (fmt-amount tip)}]
:total (fmt-amount (+ food-total
tax
tip
(or adjustments 0.0)))
:discount (fmt-amount (or adjustments 0.0))
:service-charge (fmt-amount (+ fee commission))