From 66b4a026f31558dfb1dcce111eedcdd8065968b1 Mon Sep 17 00:00:00 2001 From: Gokhan Sari Date: Mon, 10 Feb 2025 02:44:46 +0300 Subject: [PATCH] Update main.go --- backend/pkg/service/bootstrap/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pkg/service/bootstrap/main.go b/backend/pkg/service/bootstrap/main.go index c27096b2..1391aaf8 100644 --- a/backend/pkg/service/bootstrap/main.go +++ b/backend/pkg/service/bootstrap/main.go @@ -219,7 +219,7 @@ func (s *service) Run(ctx context.Context, params *poeticmetric.BootstrapService event := poeticmetric.Event{ //CountryISOCode: country.GetIsoCodeFromTimeZoneName(timeZone), DateTime: gofakeit.DateRange(now.Add(-31*24*time.Hour), now), - DurationSeconds: uint32(gofakeit.IntRange(1, 1200)), + DurationSeconds: uint32(gofakeit.IntRange(1, 1200)), //nolint:gosec ID: uuid.NewString(), Kind: poeticmetric.EventKindPageView, //Language: locale.GetLanguage(languageBcp),