We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef122f commit 7d042ffCopy full SHA for 7d042ff
packages/builder/src/actions/rounds.ts
@@ -98,8 +98,8 @@ export const loadRound =
98
applicationsStartTime =
99
Date.parse(v2Round.applicationsStartTime) / 1000;
100
applicationsEndTime = Date.parse(v2Round.applicationsEndTime) / 1000;
101
- roundStartTime = Date.parse(v2Round.applicationsStartTime) / 1000;
102
- roundEndTime = Date.parse(v2Round.applicationsEndTime) / 1000;
+ roundStartTime = Date.parse(v2Round.donationsStartTime) / 1000;
+ roundEndTime = Date.parse(v2Round.donationsEndTime) / 1000;
103
break;
104
105
case "allov1.QF":
0 commit comments