Skip to content

Commit

Permalink
Tasks: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Facu Spagnuolo <[email protected]>
  • Loading branch information
PatricioHenderson and facuspagnuolo authored Oct 24, 2023
1 parent 13bc4e7 commit 95322af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ export function loadOrCreateTimelock(timelockId: string): Timelock {
timelock.frequency = BigInt.zero()
timelock.mode = 'Seconds'
timelock.window = BigInt.zero()
timelock.save()
}

return timelock
Expand Down

0 comments on commit 95322af

Please sign in to comment.