Skip to content

Commit

Permalink
fix: compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Jun 7, 2022
1 parent 6258aa3 commit d7c8e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func Execute(configPath string) {
reportGenerator := NewReportGenerator(stateManager, log, config.Chains)

for {
_ := reportGenerator.GenerateReport()
_ = reportGenerator.GenerateReport()
time.Sleep(time.Second * 30)
}
}
Expand Down

0 comments on commit d7c8e44

Please sign in to comment.