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:
@@ -161,7 +161,8 @@ export abstract class BaseChannelType implements NotificationChannelType {
|
||||
}),
|
||||
},
|
||||
);
|
||||
this.shaclQuads = await readableToQuads(shaclStream);
|
||||
// Typing issue with rdf-parse library
|
||||
this.shaclQuads = await readableToQuads(shaclStream as unknown as Readable);
|
||||
}
|
||||
return this.shaclQuads;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user