79739212

Date: 2025-08-18 20:29:13
Score: 1
Natty:
Report link

updateVoucher is async, so if you want it guaranteed to be executed before continuing you will need to await it

i.e

await updateVoucher(voucher.id, 0);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: kugo2006