Skip to content

Commit

Permalink
chore: cast normalizedAccessRequest as unknown first
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Nov 21, 2023
1 parent 0f434eb commit 7bb1c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gConsent/util/access.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const mockAccessRequestVc = async (

return normalizeAccessRequest(
await verifiableCredentialToDataset(asObject, { baseIRI: asObject.id }),
) as AccessRequest;
) as unknown as AccessRequest;
};

export const mockAccessGrantObject = (
Expand Down

0 comments on commit 7bb1c43

Please sign in to comment.