Fixed incorrect await.

pull/68/head
Mikunj 7 years ago
parent d60f147659
commit c8db0e200d

@ -178,7 +178,7 @@
}, },
async updateProfileAvatar() { async updateProfileAvatar() {
const path = await profileImages.getOrCreateImagePath(this.id); const path = profileImages.getOrCreateImagePath(this.id);
await this.setProfileAvatar(path); await this.setProfileAvatar(path);
}, },

Loading…
Cancel
Save