aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/update-host.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-host.ts')
-rwxr-xr-xscripts/update-host.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-host.ts b/scripts/update-host.ts
index 7c46dc52b..05f0ef96d 100755
--- a/scripts/update-host.ts
+++ b/scripts/update-host.ts
@@ -3,7 +3,7 @@ import { database as db } from '../server/initializers/database'
3 3
4db.init(true) 4db.init(true)
5 .then(() => { 5 .then(() => {
6 // FIXME: check if has followers 6 // FIXME: check if has following
7 // return hasFriends() 7 // return hasFriends()
8 return true 8 return true
9 }) 9 })