correct reply field names

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-16 17:50:52 +08:00
parent 7e9618d712
commit e778f2b463
5 changed files with 96 additions and 45 deletions

View File

@@ -159,7 +159,7 @@ abstract final class ReplyGrpc {
TranslateReplyReq(
type: type,
oid: oid,
rpid: [rpid],
rpids: [rpid],
),
TranslateReplyResp.fromBuffer,
);