fix asses.Next and do asses.Record

This commit is contained in:
bel
2025-05-31 10:56:04 -06:00
parent 67840f6b28
commit 99c1061a18
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ func Next(ctx context.Context) (time.Time, error) {
ORDER BY executed_at DESC
LIMIT 1
`)
return result.Did, err
return result.Did.Add(time.Hour), err
}
func Record(ctx context.Context) error {