From a238e57a0c2704ca2c637290d9de2eaa787a3f1f Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Fri, 18 Apr 2025 08:32:40 +0200 Subject: [PATCH] fix: .js toevoegen aan imports --- backend/src/exceptions/server-error-exception.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/exceptions/server-error-exception.ts b/backend/src/exceptions/server-error-exception.ts index 04db25fe..49251bdf 100644 --- a/backend/src/exceptions/server-error-exception.ts +++ b/backend/src/exceptions/server-error-exception.ts @@ -1,4 +1,4 @@ -import { ExceptionWithHttpState } from './exception-with-http-state'; +import { ExceptionWithHttpState } from './exception-with-http-state.js'; /** * Exception for HTTP 500 Internal Server Error