diff options
Diffstat (limited to 'internal/state/state.go')
| -rw-r--r-- | internal/state/state.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/state/state.go b/internal/state/state.go index af90879..c2a62ed 100644 --- a/internal/state/state.go +++ b/internal/state/state.go @@ -76,4 +76,4 @@ func (s *State) HasRunWithinWeek() bool { // UpdateBatchRunTime updates the last batch run timestamp to now func (s *State) UpdateBatchRunTime() { s.LastBatchRun = time.Now() -}
\ No newline at end of file +} |
