Skip to content

Commit

Permalink
fix enum error
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJaarsma committed Sep 17, 2024
1 parent 6d6b9c1 commit 0f6540e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/cmp/types/v1/file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ enum ImageType {
IMAGE_TYPE_EPS = 7;
IMAGE_TYPE_PDF = 8;
IMAGE_TYPE_PSD = 9;
IMAGE_TYPE_AI = 6; // Adobe Illustrator’s native format
IMAGE_TYPE_WEBP = 7;
IMAGE_TYPE_HEIF = 8; // .heif or .heic
IMAGE_TYPE_AI = 10; // Adobe Illustrator’s native format
IMAGE_TYPE_WEBP = 11;
IMAGE_TYPE_HEIF = 12; // .heif or .heic
}

// Video formats
Expand Down

0 comments on commit 0f6540e

Please sign in to comment.