fix(receipt-import): remove unused file extension from file metadata
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -83,7 +83,6 @@ class _ReceiptImportTabState extends ConsumerState<ReceiptImportTab> {
|
|||||||
name: fileName,
|
name: fileName,
|
||||||
size: bytes.length,
|
size: bytes.length,
|
||||||
bytes: bytes,
|
bytes: bytes,
|
||||||
extension: session.fileExtension,
|
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user