Skip to content

Commit

Permalink
removed log.fatal in sim
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-003 committed May 24, 2024
1 parent 06e3f75 commit 68c1e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/sim/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
// loading .env file
err_load := godotenv.Load()
if err_load != nil {
log.Fatalf("Error loading .env file in sim main: %s\n", err_load)
log.Println("Error loading .env file")
}

ctx := context.Background()
Expand Down

0 comments on commit 68c1e0b

Please sign in to comment.