Skip to content

Commit

Permalink
fix: group isConfirmed
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 27, 2024
1 parent c76d02c commit 2576bdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rpkm67/backend/group/v1/group.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ syntax = "proto3";

package rpkm67.backend.group.v1;

import "rpkm67/backend/baan/v1/baan.proto";

option go_package = "rpkm67/backend/group/v1";

service GroupService {
Expand All @@ -21,7 +19,7 @@ message Group{
string leaderID = 2;
string token = 3;
repeated UserInfo members = 4;
repeated rpkm67.backend.baan.v1.BaanInfo baans = 5;
bool isConfirmed = 5;
}

message UserInfo {
Expand Down

0 comments on commit 2576bdd

Please sign in to comment.