Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
chore(typings): remove unnecessary hunks
Browse files Browse the repository at this point in the history
  • Loading branch information
Socketlike committed Sep 26, 2023
1 parent f69738f commit 3bba0c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/typings/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ export type SpotifySocketData =
type: 'pong';
}
| {
headers?: { 'Spotify-Connection-Id'?: string; 'Content-Type'?: string };
payloads: [
{
events: [SpotifySocketPayloadEvents];
},
];
method?: 'PUT';
type: 'message';
};

0 comments on commit 3bba0c9

Please sign in to comment.