Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Fernández Haro <[email protected]>
  • Loading branch information
TinaHeiligers and afharo authored Apr 27, 2023
1 parent f753e32 commit a396a9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export async function collectSavedObjects({
...obj,
...(!obj.migrationVersion && !obj.typeMigrationVersion ? { typeMigrationVersion: '' } : {}),
// override any managed flag on an object with that given as an option otherwise set the default to avoid having to do that with a core migration transform
// this is a bulk opperation, applied to all objects being imported
// this is a bulk operation, applied to all objects being imported
...{ managed: managed ?? obj.managed ?? false },
};
}),
Expand Down

0 comments on commit a396a9f

Please sign in to comment.