Skip to content

Commit

Permalink
Merging Ready for Rework
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdAnkles committed Dec 10, 2024
1 parent 0aa41d1 commit 76f8bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/proto/data_transfer_objects.proto
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ message TokenDto {
string notes_type = 68;
string gm_notes_type = 69;
StatSheetPropertiesDto stat_sheet_properties = 70;
map<string, bool> map_vbl_immunity = 72;
repeated string token_vbl_immunity = 73;
map<string, bool> map_vbl_immunity = 73;
repeated string token_vbl_immunity = 74;
}

message PathDto {
Expand Down

0 comments on commit 76f8bf8

Please sign in to comment.