Skip to content

Commit 8f906f5

Browse files
committed
refactor: update local storage key for currently playing data
1 parent 471febf commit 8f906f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/hooks/use-currently-playing-sse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type UseCurrentlyPlayingSSE = {
1616
export function useCurrentlyPlayingSSE(): UseCurrentlyPlayingSSE {
1717
const [data, setData] =
1818
useLocalStorage<BackendSuccessApiResponse<CurrentlyPlaying> | null>(
19-
'spotify-data',
19+
'spotify',
2020
null
2121
);
2222

0 commit comments

Comments
 (0)