Skip to content

Commit c930024

Browse files
authored
Update USER_CHOICES_KEY to reflect its purpose (#694)
1 parent 67d62ba commit c930024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/persistent-storage/user-choices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { cssPrefix } from '../constants';
22
import { getLocalStorageObject, setLocalStorageObject } from './local-storage-helpers';
33

4-
const USER_CHOICES_KEY = `${cssPrefix}-device-settings` as const;
4+
const USER_CHOICES_KEY = `${cssPrefix}-user-choices` as const;
55

66
/**
77
* Represents the user's choices for video and audio input devices,

0 commit comments

Comments
 (0)