Skip to content
Snippets Groups Projects
Commit 729b9d37 authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

set invitation email as optional

parent 0627c9f8
No related branches found
No related tags found
1 merge request!84Поле адреса электронной почты для приглашения стало опциональным
......@@ -11,7 +11,7 @@ package content.invitations;
message Invitation {
string id = 1;
string email = 2;
optional string email = 2;
string org_id = 3;
string space_id = 4;
string owner_id = 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment