Skip to content

Commit

Permalink
Fix friend schedule type
Browse files Browse the repository at this point in the history
  • Loading branch information
Hailey Ho authored and Hailey Ho committed Mar 31, 2023
1 parent 5a3a578 commit c6fde45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export type RawFriendScheduleData = Record<
string,
{
name: string;
schedule: ScheduleData;
schedule: Schedule;
}
>;
}
Expand All @@ -205,7 +205,7 @@ export type FriendScheduleData = Record<
string,
{
name: string;
schedule: ScheduleData;
schedule: Schedule;
}
>;
}
Expand Down

0 comments on commit c6fde45

Please sign in to comment.