mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Enable strict TypeScript settings
This commit is contained in:
@@ -37,7 +37,7 @@ const { argv } = yargs
|
||||
const { port } = argv;
|
||||
|
||||
// This is instead of the dependency injection that still needs to be added
|
||||
const bodyParser: BodyParser = new CompositeAsyncHandler<HttpRequest, Representation>([
|
||||
const bodyParser: BodyParser = new CompositeAsyncHandler<HttpRequest, Representation | undefined>([
|
||||
new SimpleBodyParser(),
|
||||
new SimpleSparqlUpdateBodyParser(),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user