Remove debug time delays
This commit is contained in:
@@ -121,7 +121,6 @@ export class ProfileViewModel {
|
||||
|
||||
private async _load(isRefreshing = false) {
|
||||
this._xLoading(isRefreshing)
|
||||
await new Promise(r => setTimeout(r, 250)) // DEBUG
|
||||
try {
|
||||
const res = await this.rootStore.api.todo.social.getProfile(this.params)
|
||||
this._replaceAll(res)
|
||||
|
||||
Reference in New Issue
Block a user