fix: .js toevoegen aan imports

This commit is contained in:
Tibo De Peuter 2025-03-31 11:07:13 +02:00
parent ee5f69cbc8
commit 064810b4b8
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
4 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
import { BadRequestException } from '../exceptions/bad-request-exception';
import { BadRequestException } from '../exceptions/bad-request-exception.js';
/**
* Checks for the presence of required fields and throws a BadRequestException