Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hajoa committed Oct 1, 2024
1 parent 8b3c1c5 commit cc61fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/maksut/maksut/db/maksut_queries.clj
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
(update-lasku! tx (select-keys lasku [:first-name :last-name :email :amount :order-id :metadata])))))

(or
;RETURN previous (potentially updated version), if anyq
;RETURN previous (potentially updated version), if any
(get-lasku-by-order-id tx {:order-id (:order-id lasku)})
;or CREATE new
(insert-lasku-create-secret db lasku))))
Expand Down

0 comments on commit cc61fb5

Please sign in to comment.