diff --git a/internal/services/group/create.go b/internal/services/group/create.go index 78bca7a..bda2b8d 100644 --- a/internal/services/group/create.go +++ b/internal/services/group/create.go @@ -41,5 +41,4 @@ func (g Service) CreateGroup(ctx context.Context, req *monify.CreateGroupRequest GroupId: groupId.String(), MemberId: memberId.String(), }, nil - } diff --git a/protobuf/Makefile b/protobuf/Makefile index 4c578c2..79ce841 100644 --- a/protobuf/Makefile +++ b/protobuf/Makefile @@ -10,3 +10,6 @@ all: $(OUTPUT) protoc --go_out=. --go_opt=paths=source_relative $< %_grpc.pb.go: %.proto protoc --go-grpc_out=. --go-grpc_opt=paths=source_relative $< + +force_rebuild: + protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative *.proto \ No newline at end of file