Skip to content

Commit

Permalink
Merge pull request #30 from cloud-native-toolkit/bump-iascable
Browse files Browse the repository at this point in the history
Fixes eslint issue
  • Loading branch information
NoeSamaille authored Sep 9, 2022
2 parents 5d9e563 + 1f769bb commit 861b3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/services.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export class ServicesHelper {
}

// Output Terraform Components
- await Promise.all(iascableResult.terraformComponent.files.map(async (file: OutputFile) => {
await Promise.all(iascableResult.terraformComponent.files.map(async (file: OutputFile) => {
function getContents(url: string) {
// eslint-disable-next-line @typescript-eslint/no-misused-promises, no-async-promise-executor
return new Promise<string>(async (resolve) => {
Expand Down

0 comments on commit 861b3e7

Please sign in to comment.