Skip to content

Commit

Permalink
minus ;
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee1019 authored Jan 24, 2025
1 parent 5729429 commit 451c1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/viam/app/v1/app.proto
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ message FragmentHistoryEntry {
google.protobuf.Timestamp edited_on = 2 [(tagger.v1.tags) = "bson:\"edited_on\" json:\"edited_on\""];
Fragment old = 3 [(tagger.v1.tags) = "bson:\"old\" json:\"old\""];
AuthenticatorInfo edited_by = 4 [(tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
string revision = 5; [(tagger.v1.tags) = "bson:\"revision\" json:\"revision\""];
string revision = 5 [(tagger.v1.tags) = "bson:\"revision\" json:\"revision\""];
google.protobuf.Struct config = 6 [(tagger.v1.tags) = "bson:\"fragment\" json:\"fragment\""];
}

Expand Down

0 comments on commit 451c1b8

Please sign in to comment.