aboutsummaryrefslogtreecommitdiff
path: root/src/background/controllers/SettingController.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/background/controllers/SettingController.ts')
-rw-r--r--src/background/controllers/SettingController.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background/controllers/SettingController.ts b/src/background/controllers/SettingController.ts
index 4248746..cc0b89f 100644
--- a/src/background/controllers/SettingController.ts
+++ b/src/background/controllers/SettingController.ts
@@ -14,7 +14,7 @@ export default class SettingController {
return this.settingUseCase.getCached();
}
- async reload(): Promise<any> {
+ async reload(): Promise<void> {
await this.settingUseCase.reload();
this.contentMessageClient.broadcastSettingsChanged();
}