Skip to content

Commit

Permalink
remove new line
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Dec 5, 2024
1 parent 1afcc0d commit d5111ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ func main() {
pendingHashesLoaderService := services.NewPendingHashesLoader(storageAdapter, ipfsAdapter)
relaysCheckerService := services.NewRelayCronService(relaysAllowedAdapter, relaysUsedAdapter, notifierAdapter)

// Relays
// Start domain services
go relaysCheckerService.StartRelayMonitoringCron(ctx, 5*time.Minute, &wg)

// Start domain services
distributionLogUpdatedExecutionComplete := make(chan struct{})
go distributionLogUpdatedScannerService.ScanDistributionLogUpdatedEventsCron(ctx, 384*time.Second, &wg, distributionLogUpdatedExecutionComplete)
go pendingHashesLoaderService.LoadPendingHashesCron(ctx, 3*time.Hour, &wg, distributionLogUpdatedExecutionComplete)
Expand Down

0 comments on commit d5111ae

Please sign in to comment.