From a509ee03f67eb473b3d4dcb0af74517fd56c0a2f Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:31:18 +0900 Subject: [PATCH] chore: remove resolved fixme --- src/gConsent/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gConsent/constants.ts b/src/gConsent/constants.ts index 09a76f9a6..f4a95093f 100644 --- a/src/gConsent/constants.ts +++ b/src/gConsent/constants.ts @@ -62,7 +62,6 @@ export const CONTEXT_ESS_DEFAULT = const instanciateContextVcEssTemplate = (essVcDomain: string): string => `https://${essVcDomain}/credentials/v1`; -// FIXME: Make sure these are cached const extraContext = [ "https://w3id.org/security/data-integrity/v1", "https://w3id.org/vc-revocation-list-2020/v1",