src/content
This commit is contained in:
parent
b002d70070
commit
8ae1311ef6
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ export default class SettingRepository {
|
|||
if (!settings) {
|
||||
return null;
|
||||
}
|
||||
return SettingData.valueOf(settings);
|
||||
return SettingData.valueOf(settings as any);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue