]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/plugins/video-constant-manager-factory.ts
Fix lint
[github/Chocobozzz/PeerTube.git] / server / lib / plugins / video-constant-manager-factory.ts
index f04dde29f2ed5f3c05047e66cc23076d211b9193..5f7edfbe2f8a1d7ff547b023d74830704839871a 100644 (file)
@@ -97,7 +97,7 @@ export class VideoConstantManagerFactory {
       }
     }
 
-    this.updatedVideoConstants[type][npmName].added.push({ key: key, label } as VideoConstant)
+    this.updatedVideoConstants[type][npmName].added.push({ key, label } as VideoConstant)
     obj[key] = label
 
     return true