diff --git a/src/utils/storage.ts b/src/utils/storage.ts index 2ecb44d2..d3613820 100644 --- a/src/utils/storage.ts +++ b/src/utils/storage.ts @@ -5,7 +5,7 @@ export async function convertData( option: string, oldValue: unknown, newValue: string | number | boolean, - optionValue: string | undefined = undefined, + optionValue: string | number | boolean | undefined = undefined, ) { const optionVal = optionValue ?? data[option]; if (optionVal !== oldValue) {