From 3c21a974ab36007410d2a6006d9eda01b9413c7c Mon Sep 17 00:00:00 2001 From: Danny Qiu Date: Fri, 29 Dec 2017 23:52:35 -0500 Subject: Fix lint issues --- src/stores/AppStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/AppStore.js') diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js index 1136629ba..ac8d15632 100644 --- a/src/stores/AppStore.js +++ b/src/stores/AppStore.js @@ -257,7 +257,7 @@ export default class AppStore extends Store { this.isClearingAllCache = true; const clearAppCache = this.clearAppCacheRequest.execute(); const serviceIds = await getServiceIdsFromPartitions(); - await Promise.all(serviceIds.map(id => this.actions.service.clearCache({ serviceId: id, }))); + await Promise.all(serviceIds.map(id => this.actions.service.clearCache({ serviceId: id }))); await clearAppCache._promise; this.isClearingAllCache = false; } -- cgit v1.2.3-70-g09d2