fix: .js toevoegen aan imports
This commit is contained in:
parent
7ad808cf3b
commit
739bd190ab
7 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
import { ConflictException } from './conflict-exception';
|
||||
import { ConflictException } from './conflict-exception.js';
|
||||
|
||||
export class EntityAlreadyExistsException extends ConflictException {
|
||||
constructor(message: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue