Skip to content

Commit

Permalink
Merge pull request #214 from effectai/fix-daocall-time
Browse files Browse the repository at this point in the history
fix: fix daocall start time
  • Loading branch information
laurensV committed May 15, 2024
2 parents 8f6c36d + 89075a8 commit e854e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ export default {
return {
daoCall: {
// starting date of the bi-weekly cycle
startSchedule: new Date('2024-03-06T18:00:00Z'),
startUTCHours: 18,
startSchedule: new Date('2024-03-06T15:00:00Z'),
startUTCHours: 15,
startUTCMinutes: 0,
expectedDuration: 2 // in hours
},
Expand Down

0 comments on commit e854e0a

Please sign in to comment.