Skip to content

Commit 2ca0fe4

Browse files
committed
lint
1 parent e5e2ff5 commit 2ca0fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next-ui/src/composables/themeWatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function useThemeWatcher() {
66
const theme = useTheme()
77

88
function updateTheme(selectedTheme: string) {
9-
theme.change(selectedTheme)
9+
void theme.change(selectedTheme)
1010
}
1111

1212
watch(

0 commit comments

Comments
 (0)