Skip to content

Commit

Permalink
fix: remove alcoholTag from record type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho1011 committed Jun 18, 2023
1 parent 27a3923 commit 7eb7b6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/types/record/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export type RecordMeta = Pick<Record, 'recordId' | 'description'> &
| 'productionLocation'
| 'productionLatitude'
| 'productionLongitude'
| 'alcoholTag'
| 'brandName'
> & {
mainPhotoPath: string;
Expand Down

0 comments on commit 7eb7b6d

Please sign in to comment.