fix(receipt-import): remove unused file extension from file metadata

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Nils-Johan Gynther
2026-05-03 17:05:57 +02:00
parent 1320f936ec
commit 6c3e391582
@@ -83,7 +83,6 @@ class _ReceiptImportTabState extends ConsumerState<ReceiptImportTab> {
name: fileName,
size: bytes.length,
bytes: bytes,
extension: session.fileExtension,
);
});