fix: .js toevoegen aan imports
This commit is contained in:
parent
7ad808cf3b
commit
739bd190ab
7 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
import { EntityRepository, FilterQuery } from '@mikro-orm/core';
|
||||
import { EntityAlreadyExistsException } from '../exceptions/entity-already-exists-exception';
|
||||
import { EntityAlreadyExistsException } from '../exceptions/entity-already-exists-exception.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