1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00

Fix ESLint

This commit is contained in:
jvcalderon 2023-05-08 13:42:26 +02:00
parent 80d3b99b90
commit d4d1bc03b3

View file

@ -1,10 +1,5 @@
import { getAllApps } from "../db"
import {
Header,
MAX_VALID_DATE,
DocumentType,
SEPARATOR,
} from "../constants"
import { Header, MAX_VALID_DATE, DocumentType, SEPARATOR } from "../constants"
import env from "../environment"
import * as tenancy from "../tenancy"
import * as context from "../context"