Skip to content

Commit

Permalink
Remove @ts-ignore for inferred type predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jul 26, 2024
1 parent 34fef73 commit e02a5ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,5 @@ export const getObjectWithUpdatedAwsConfigKeys = (
})
.filter((property) => property !== undefined);

// @ts-ignore is Argument is not assignable to parameter
return j.objectExpression(updatedProperties);
};

0 comments on commit e02a5ff

Please sign in to comment.