Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
th0th committed Feb 9, 2025
1 parent 07f7769 commit 66b4a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/service/bootstrap/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 66b4a02

Please sign in to comment.