From 20833b3bde92094bf21531e6fc29c9b05467504c Mon Sep 17 00:00:00 2001 From: cialloo Date: Sat, 25 Oct 2025 12:10:34 +0800 Subject: [PATCH] fix: Update PingResp field to use proper capitalization for JSON serialization --- api/Authenticator.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Authenticator.api b/api/Authenticator.api index 1b2d2b7..733c00f 100644 --- a/api/Authenticator.api +++ b/api/Authenticator.api @@ -11,7 +11,7 @@ info ( type ( PingReq {} PingResp { - ok bool `json:"ok"` + OK bool `json:"ok"` } )