Skip to content

Commit

Permalink
Add title as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dominious1 committed Oct 31, 2023
1 parent 00af182 commit 217ecb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared_model/schema/commands.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import "primitive.proto";
message AddAssetQuantity {
string asset_id = 1;
string amount = 2;
string title = 3;
optional string title = 3;
}

message AddPeer {
Expand Down

0 comments on commit 217ecb0

Please sign in to comment.