Try to fix Mac video upload
[oweals/peertube.git] / server / helpers / custom-jsonld-signature.ts
index e4f28018e0767806f452ab72cb5b2471fd7d6fbf..27a187db1d35e3da55eacf864d61092f16e04799 100644 (file)
@@ -1,5 +1,5 @@
 import * as AsyncLRU from 'async-lru'
-import * as jsonld from 'jsonld/'
+import * as jsonld from 'jsonld'
 import * as jsig from 'jsonld-signatures'
 
 const nodeDocumentLoader = jsonld.documentLoaders.node()
@@ -17,4 +17,4 @@ jsonld.documentLoader = (url, cb) => {
 
 jsig.use('jsonld', jsonld)
 
-export { jsig }
+export { jsig, jsonld }