Skip to content

Commit

Permalink
fix on-hakemus-update
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbrt committed Jan 15, 2025
1 parent a007d06 commit 3d5f64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/clojure/oph/va/hakija/handlers.clj
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
(:register_number hakemus)
answers
budget-totals)]
(with-tx (fn [tx] (try-store-normalized-hakemus tx (:id hakemus) hakemus answers haku-id)))
(with-tx (fn [tx] (try-store-normalized-hakemus tx (:id hakemus) hakemus answers)))
(hakemus-ok-response updated-hakemus updated-submission validation nil))
(hakemus-conflict-response hakemus))
(bad-request! security-validation))))))
Expand Down

0 comments on commit 3d5f64a

Please sign in to comment.