Skip to content

Commit

Permalink
feat: remove useless code change
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Apr 10, 2024
1 parent be08979 commit f65ffcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/types/saved_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export interface SavedObject<T = unknown> {
*/
originId?: string;
/** Workspaces that this saved object exists in. */
workspaces?: string[] | null;
workspaces?: string[];
/** Permissions that this saved objects exists in. */
permissions?: Permissions;
}
Expand Down

0 comments on commit f65ffcf

Please sign in to comment.