Skip to content

Commit 3e2ee53

Browse files
authored
Merge pull request #13 from hexaaagon/patch-1
fix(typo): there's a typo in the code
2 parents 9c3fa89 + a5ddf1d commit 3e2ee53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export interface Kv {
6767

6868
export type Spotify =
6969
| {
70-
lintening_to_spotify: true;
70+
listening_to_spotify: true;
7171
spotify: {
7272
track_id: string;
7373
timestamps: Timestamps;

0 commit comments

Comments
 (0)