Skip to content

Commit

Permalink
fix(@xen-orchestra/rest-api): fix null values not displayed as nullab…
Browse files Browse the repository at this point in the history
…le (#8406)
  • Loading branch information
MathieuRA authored Mar 6, 2025
1 parent adc5bea commit a415c45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions @xen-orchestra/rest-api/tsoa.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"basePath": "/rest/v0",
"authenticationModule": "./src/middlewares/authentication.middleware.mts",
"iocModule": "./src/ioc/ioc.mts"
},
"compilerOptions": {
"strictNullChecks": true
}
}
2 changes: 2 additions & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@
<!--packages-start-->

- @xen-orchestra/rest-api patch

<!--packages-end-->

0 comments on commit a415c45

Please sign in to comment.