Skip to content

Commit 5a7f624

Browse files
committed
fix
1 parent 5225c92 commit 5a7f624

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.tools/test/stacks/config/variables.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export function readVariableConfig(filePath: string): VariableConfig {
1414
const data: VariableConfig = parse(fileContents);
1515
console.log(data);
1616

17-
// Validate the required field
1817
if (!data.s3_bucket_name_prefix) {
1918
throw new Error("Validation failed: Missing required 's3_bucket_name_prefix' field.");
2019
}

0 commit comments

Comments
 (0)