Skip to content

Commit a189878

Browse files
committed
chore: fixed ts lint error
1 parent 812940d commit a189878

File tree

1 file changed

+1
-0
lines changed
  • src/deployments/cdk/src/deployments/config

1 file changed

+1
-0
lines changed

src/deployments/cdk/src/deployments/config/create.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ async function downloadCustomRules(
451451
Bucket: bucketName,
452452
Key: `${rulePrefix}/${configRuleRuntime}`,
453453
});
454+
// @ts-ignore
454455
fs.writeFileSync(path.join(configRulesTempDir, configRuleRuntime), (runtimeFile as unknown) as Buffer);
455456
}
456457
}

0 commit comments

Comments
 (0)