Skip to content

Commit 732775d

Browse files
committed
fix typo
1 parent b34d11f commit 732775d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/services/Data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class Data extends Service {
4141
"lastDiscordGuildIcon",
4242
"lastDiscordNickName",
4343
"lastResoniteToken",
44-
"lastResoniteTime",
44+
"lastResoniteTokenTime",
4545
"lastMotd",
4646
"lastMsgTime",
4747
"muted",

app/services/Resonite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export type ResoniteSession = {
5454
userSessionId: unknown;
5555
isPresent: boolean;
5656
outputDevice: unknown;
57-
}
57+
},
5858
];
5959
thumbnailUrl: string;
6060
joinedUsers: number;

0 commit comments

Comments
 (0)