Fix lint
[oweals/peertube.git] / scripts / update-host.ts
index 4410e1ff7e67110fad1830c6a7526bb7f320c1a8..759443623ef74950c8cdfcb65cc9eb5b5422b6f8 100755 (executable)
@@ -6,7 +6,7 @@ db.init(true)
     return getServerAccount()
   })
   .then(serverAccount => {
-    return db.AccountFollow.listAcceptedFollowingUrlsForApi([ serverAccount.id ])
+    return db.AccountFollow.listAcceptedFollowingUrlsForApi([ serverAccount.id ], undefined)
   })
   .then(res => {
     return res.total > 0