fix import
This commit is contained in:
parent
454b8cb6d8
commit
204d2990cb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { DataSource, EntityManager, EntityTarget } from "typeorm"
|
||||
import { getLogger } from "../helpers/logger"
|
||||
import { getLogger } from "../helpers/logger.js"
|
||||
|
||||
export type TX<T> = (entityManager: EntityManager | DataSource) => Promise<T>
|
||||
export type TxOperation<T> = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue