fix: lint proberen fixen
This commit is contained in:
parent
844dce839f
commit
9af2f136eb
3 changed files with 20 additions and 21 deletions
|
@ -1,6 +1,5 @@
|
|||
import { EntityRepository, FilterQuery } from '@mikro-orm/core';
|
||||
import { EntityAlreadyExistsException } from '../exceptions/entity-already-exists-exception.js';
|
||||
import { getLogger } from '../logging/initalize.js';
|
||||
|
||||
export abstract class DwengoEntityRepository<T extends object> extends EntityRepository<T> {
|
||||
public async save(entity: T, options?: { preventOverwrite?: boolean }): Promise<void> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue