Skip to content

Commit f9d998b

Browse files
authored
fix: rename applyLocalStorageOptions error (#398)
1 parent 723c602 commit f9d998b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scan/src/core/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ export const setOptions = (userOptions: Partial<Options>) => {
508508

509509
saveLocalStorage<LocalStorageOptions>(
510510
'react-scan-options',
511-
filetLocalStorageOptions(newOptions),
511+
applyLocalStorageOptions(newOptions),
512512
);
513513

514514
if (shouldInitToolbar) {

0 commit comments

Comments
 (0)