From 02e8b55884fd530dee03613d79adad8aa9180b61 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 3 Feb 2020 12:11:17 +0900 Subject: Rename setting repositories and refactor --- src/background/controllers/SettingController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/background/controllers') diff --git a/src/background/controllers/SettingController.ts b/src/background/controllers/SettingController.ts index 8d05852..26edc07 100644 --- a/src/background/controllers/SettingController.ts +++ b/src/background/controllers/SettingController.ts @@ -12,7 +12,7 @@ export default class SettingController { } getSetting(): Promise { - return this.settingUseCase.get(); + return this.settingUseCase.getCached(); } async reload(): Promise { -- cgit v1.2.3