diff options
Diffstat (limited to 'src/state/models/user-followers-view.ts')
-rw-r--r-- | src/state/models/user-followers-view.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state/models/user-followers-view.ts b/src/state/models/user-followers-view.ts index 8d6a929bf..21244c5c4 100644 --- a/src/state/models/user-followers-view.ts +++ b/src/state/models/user-followers-view.ts @@ -81,7 +81,6 @@ export class UserFollowersViewModel { private async _fetch(isRefreshing = false) { this._xLoading(isRefreshing) - await new Promise(r => setTimeout(r, 250)) // DEBUG try { const res = await this.rootStore.api.todo.social.getUserFollowers( this.params, |