From efe453dbe302ddf9ef46741de79725b097811630 Mon Sep 17 00:00:00 2001 From: Alessio Date: Sun, 2 Feb 2025 20:38:43 -0800 Subject: [PATCH] Fix lint errors --- internal/webserver/stopwatch.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/webserver/stopwatch.go b/internal/webserver/stopwatch.go index 9700674..9b7c3ae 100644 --- a/internal/webserver/stopwatch.go +++ b/internal/webserver/stopwatch.go @@ -159,8 +159,8 @@ func (app *Application) start_background() { return trove }, StartDelay: 5 * time.Second, - Period: 10 * time.Minute, - app: app, + Period: 10 * time.Minute, + app: app, } bookmarks_task.StartBackground() @@ -174,8 +174,8 @@ func (app *Application) start_background() { return trove }, StartDelay: 1 * time.Second, - Period: 20 * time.Minute, - app: app, + Period: 20 * time.Minute, + app: app, } own_profile_task.StartBackground() }