aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-jsonld-signature.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/helpers/custom-jsonld-signature.ts')
-rw-r--r--server/helpers/custom-jsonld-signature.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/helpers/custom-jsonld-signature.ts b/server/helpers/custom-jsonld-signature.ts
index 56f10086c..3c706e372 100644
--- a/server/helpers/custom-jsonld-signature.ts
+++ b/server/helpers/custom-jsonld-signature.ts
@@ -1,7 +1,8 @@
1import * as AsyncLRU from 'async-lru' 1import AsyncLRU from 'async-lru'
2import * as jsonld from 'jsonld'
3import { logger } from './logger' 2import { logger } from './logger'
4 3
4import jsonld = require('jsonld')
5
5const CACHE = { 6const CACHE = {
6 'https://w3id.org/security/v1': { 7 'https://w3id.org/security/v1': {
7 '@context': { 8 '@context': {