Skip to content

Commit

Permalink
fix proto naming
Browse files Browse the repository at this point in the history
Signed-off-by: tabVersion <[email protected]>
  • Loading branch information
tabVersion committed Sep 6, 2024
1 parent 6daffc2 commit 81107a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/plan_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,5 @@ enum AdditionalColumnType {
ADDITIONAL_COLUMN_TYPE_HEADER = 5;
ADDITIONAL_COLUMN_TYPE_FILENAME = 6;
ADDITIONAL_COLUMN_TYPE_NORMAL = 7;
ADDITIONAL_COLUMN_TYPE_Payload = 8;
ADDITIONAL_COLUMN_TYPE_PAYLOAD = 8;
}

0 comments on commit 81107a6

Please sign in to comment.