Skip to content

Commit

Permalink
feat: plan优化
Browse files Browse the repository at this point in the history
  • Loading branch information
Cbgogogog committed Dec 3, 2023
1 parent afa78ca commit 773494e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meowchat/core_api/plan.proto
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ message ListDonateByUserReq {
}

message ListDonateByUserResp {
repeated Donation Donations = 1;
repeated Donation donations = 1;
int64 total = 2;
string token = 3;
}
Expand Down

0 comments on commit 773494e

Please sign in to comment.