From 4873bb70ee7bbdf59ba3e66c2035c86999048b65 Mon Sep 17 00:00:00 2001 From: mathieuRA Date: Tue, 4 Mar 2025 16:44:14 +0100 Subject: [PATCH] fix(@xen-orchestra/rest-api): fix null values not displayed as nullable --- @xen-orchestra/rest-api/tsoa.json | 3 +++ CHANGELOG.unreleased.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/@xen-orchestra/rest-api/tsoa.json b/@xen-orchestra/rest-api/tsoa.json index c81181bef0e..ec08d222686 100644 --- a/@xen-orchestra/rest-api/tsoa.json +++ b/@xen-orchestra/rest-api/tsoa.json @@ -21,5 +21,8 @@ "basePath": "/rest/v0", "authenticationModule": "./src/middlewares/authentication.middleware.mts", "iocModule": "./src/ioc/ioc.mts" + }, + "compilerOptions": { + "strictNullChecks": true } } diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 8f0c50b2639..c705281311c 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -31,4 +31,6 @@ +- @xen-orchestra/rest-api patch +