Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Sep 14, 2023
1 parent 95984fa commit 3a32a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eventindexer/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func (g *Generator) Name() string {
func (g *Generator) Start() error {
if g.regenerate {
slog.Info("regenerating, deleting existing data")

if err := g.deleteTimeSeriesData(context.Background()); err != nil {
return err
}
Expand Down

0 comments on commit 3a32a72

Please sign in to comment.