]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/custom-jsonld-signature.ts
Introduce debug command
[github/Chocobozzz/PeerTube.git] / server / helpers / custom-jsonld-signature.ts
index 749c50cb3d5c6f5de154964948d56596f493246d..56f10086c605439432988db8780c796f903f17a5 100644 (file)
@@ -76,6 +76,7 @@ const lru = new AsyncLRU({
   }
 })
 
+/* eslint-disable no-import-assign */
 jsonld.documentLoader = (url) => {
   return new Promise((res, rej) => {
     lru.get(url, (err, value) => {