Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Renamed error log
Browse files Browse the repository at this point in the history
  • Loading branch information
tahirmurata committed Oct 11, 2024
1 parent 44a5548 commit 28d46dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {

err := newServer.ListenAndServe()
if err != nil {
slog.Error("cannot start newServer", "erro", err)
slog.Error("cannot start newServer", "error", err)
os.Exit(1)
}
}

0 comments on commit 28d46dc

Please sign in to comment.