Skip to content
  • s/totle/total/

  • Fixed

  • - for (let day = formInfo['startDay']; day <= formInfo['endDay'] && totalFilled < needFilled; day++) {
    + for (let day = Number(formInfo['startDay']); day <= Number(formInfo['endDay']) && totalFilled < needFilled; day++) {
  • Fixed

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment