mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Make request related handle calls consistent
This commit is contained in:
@@ -34,7 +34,7 @@ export class DPoPWebIdExtractor extends CredentialsExtractor {
|
||||
if (!dpop) {
|
||||
throw new BadRequestHttpError('No DPoP header specified.');
|
||||
}
|
||||
const resource = await this.targetExtractor.handleSafe(request);
|
||||
const resource = await this.targetExtractor.handleSafe({ request });
|
||||
|
||||
try {
|
||||
const { webid: webId } = await this.verify(
|
||||
|
||||
Reference in New Issue
Block a user