Skip to content

Commit

Permalink
feat(RezervoClass): make room optional
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Mar 3, 2024
1 parent 9c16e26 commit 6d86eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export type RezervoClassBase = {
location: {
id: string;
studio: string;
room: string;
room: string | null;
};
isBookable: boolean;
isCancelled: boolean;
Expand Down

0 comments on commit 6d86eca

Please sign in to comment.