Skip to content

Commit 08e6b84

Browse files
committed
fix: use int for status in healthcheck cmd
1 parent cec0a73 commit 08e6b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/tinyauth/healthcheck.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
type healthzResponse struct {
17-
Status string `json:"status"`
17+
Status int `json:"status"`
1818
Message string `json:"message"`
1919
}
2020

0 commit comments

Comments
 (0)