Small bugfix 🛠

ref #91
This commit is contained in:
Nicolai Ort 2021-03-17 11:09:53 +01:00
parent 5a2172bb9b
commit 1a115a8423

View File

@ -83,7 +83,6 @@
} else {
editable.amount = Math.floor(amount_input * 100);
postdata = Object.assign(postdata, editable);
postdata.runner = postdata.runner.id;
postdata.donor = postdata.donor.id;
DonationService.donationControllerPutFixed(original_data.id, postdata)
.then((resp) => {