Skip to content

Commit

Permalink
Fixes merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaize Kaye committed Mar 11, 2024
1 parent fb64032 commit 862cbaf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package main
import (
"flag"
"fmt"
"github.com/cheshir/go-mq"
"github.com/uselagoon/lagoon/services/insights-handler/internal/handler"
"github.com/uselagoon/lagoon/services/insights-handler/internal/service"
"log/slog"
Expand Down Expand Up @@ -251,10 +252,6 @@ func main() {
//slog.Info("insights-handler is started-up")
messaging.Consumer()
}

// start the consumer
slog.Info("insights-handler has started-up")
messaging.Consumer()
}

func getEnv(key, fallback string) string {
Expand Down

0 comments on commit 862cbaf

Please sign in to comment.