fix: Update PingResp field to use proper capitalization for JSON serialization
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 4s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 4s
This commit is contained in:
@@ -11,7 +11,7 @@ info (
|
||||
type (
|
||||
PingReq {}
|
||||
PingResp {
|
||||
ok bool `json:"ok"`
|
||||
OK bool `json:"ok"`
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user