aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/LocalApi.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/LocalApi.js')
-rw-r--r--src/api/LocalApi.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/LocalApi.js b/src/api/LocalApi.js
index e2a46874a..ccdedd3f5 100644
--- a/src/api/LocalApi.js
+++ b/src/api/LocalApi.js
@@ -16,7 +16,7 @@ export default class LocalApi {
16 return this.local.getAppCacheSize(); 16 return this.local.getAppCacheSize();
17 } 17 }
18 18
19 clearAppCache() { 19 clearCache() {
20 return this.local.clearAppCache(); 20 return this.local.clearCache();
21 } 21 }
22} 22}