Skip to content

Commit

Permalink
allow any
Browse files Browse the repository at this point in the history
  • Loading branch information
webratz committed Aug 28, 2024
1 parent f1c5421 commit ff28073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ const convertStack = (stack: Stack, options: Options = {}) => {

if (resource?.Properties?.ContainerDefinitions) {
resource?.Properties?.ContainerDefinitions.forEach(
// eslint-disable-next-line @typescript-eslint/no-explicit-any
(definition: any) => {
definition.Image = anyObject;
},
Expand Down

0 comments on commit ff28073

Please sign in to comment.