]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/api/config.ts
Add search index tests
[github/Chocobozzz/PeerTube.git] / server / controllers / api / config.ts
index 1d48b4b26711623b01af26ac8cdc5457dd68e9b9..b80ea49027b3bd9de783ceaa3fde3efa1ca98d72 100644 (file)
@@ -463,7 +463,7 @@ function customConfig (): CustomConfig {
         disableLocalSearch: CONFIG.SEARCH.SEARCH_INDEX.DISABLE_LOCAL_SEARCH,
         isDefaultSearch: CONFIG.SEARCH.SEARCH_INDEX.IS_DEFAULT_SEARCH
       }
-    },
+    }
   }
 }