Skip to content

Commit

Permalink
fix(eb-app-api): domain_url type
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Oct 28, 2024
1 parent 261a44a commit 4d03f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/eb-app-api/home/api/galaxy/lib/database/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export interface Meeting222 {
name: string;
info: string;
domain_name: string;
domain_url: boolean;
domain_url: string;
room_name: string;
room_ephemeral: boolean;
schedule_type: Schedule;
Expand Down

0 comments on commit 4d03f61

Please sign in to comment.