Skip to content

Commit

Permalink
🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Mar 8, 2024
1 parent 72633ec commit 76096bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/lib/models/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class Workspace extends Model<
declare name: string;
declare description: string | null;
declare segmentation: WorkspaceSegmentationType;
declare ssoEnforced: boolean;
declare ssoEnforced?: boolean;
declare subscriptions: NonAttribute<Subscription[]>;
}
Workspace.init(
Expand Down

0 comments on commit 76096bd

Please sign in to comment.