mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Update dependencies
This commit is contained in:
@@ -142,6 +142,6 @@ export class SparqlUpdatePatchHandler extends ConvertingPatchHandler {
|
||||
|
||||
this.logger.debug(`${result.size} quads will be stored to ${identifier.path}.`);
|
||||
|
||||
return new BasicRepresentation(result.match() as Readable, metadata);
|
||||
return new BasicRepresentation(result.match() as unknown as Readable, metadata);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user