Skip to content

Commit

Permalink
fix(check): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Molmin committed Mar 23, 2024
1 parent 0bb5731 commit 575ae15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrooj-problem-transmission/src/check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interface JudgeConfig {

const ALLOW_EXTRA_TESTDATA = [
...['py', 'sh', 'cc', 'cpp', 'js', 'mjs', 'ts']
.map((ext: string) => ['generator', 'validator', ''].map((name) => `${name}.${ext}`)).flat(),
.map((ext: string) => ['generator', 'validator'].map((name) => `${name}.${ext}`)).flat(),
]

console.log({
Expand Down

0 comments on commit 575ae15

Please sign in to comment.