]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/server/plugin.ts
Move to eslint
[github/Chocobozzz/PeerTube.git] / server / models / server / plugin.ts
index d094da1f560084b9d51d39e93364941d92a0e823..95774a4674634bf8609cedc5bdd5ff619054180e 100644 (file)
@@ -189,10 +189,10 @@ export class PluginModel extends Model<PluginModel> {
   }
 
   static listForApi (options: {
-    pluginType?: PluginType,
-    uninstalled?: boolean,
-    start: number,
-    count: number,
+    pluginType?: PluginType
+    uninstalled?: boolean
+    start: number
+    count: number
     sort: string
   }) {
     const { uninstalled = false } = options