mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-06-10 07:16:01 +00:00
style: normalizar formatacao de importacao e suporte
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import * as XLSX from "xlsx";
|
||||
import type { ImportStatement, ImportedTransaction } from "@/shared/lib/import/types";
|
||||
import type {
|
||||
ImportedTransaction,
|
||||
ImportStatement,
|
||||
} from "@/shared/lib/import/types";
|
||||
|
||||
function parseDateValue(value: unknown): string | null {
|
||||
if (value == null || value === "") return null;
|
||||
|
||||
Reference in New Issue
Block a user