Skip to content

Commit 54d283a

Browse files
committed
fix: remove zip
1 parent b23ca7d commit 54d283a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CONST/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ const CONST = {
252252
MIN_SIZE: 240,
253253

254254
// Allowed extensions for receipts
255-
ALLOWED_RECEIPT_EXTENSIONS: ['heif', 'heic', 'jpg', 'jpeg', 'gif', 'png', 'pdf', 'htm', 'html', 'text', 'rtf', 'doc', 'tif', 'tiff', 'msword', 'zip', 'xml', 'message'],
255+
ALLOWED_RECEIPT_EXTENSIONS: ['heif', 'heic', 'jpg', 'jpeg', 'gif', 'png', 'pdf', 'htm', 'html', 'text', 'rtf', 'doc', 'tif', 'tiff', 'msword', 'xml', 'message'],
256256

257257
MAX_FILE_LIMIT: 30,
258258
},

0 commit comments

Comments
 (0)