diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-host.ts | 2 |
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 | ||
4 | db.init(true) | 4 | db.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 | }) |