Skip to content

Commit 295c6ce

Browse files
apply linter
1 parent e1512de commit 295c6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ test.serial('multiline sensitive configuration constants are properly redacted',
202202
meta: {
203203
details: 'placeholder validation',
204204
},
205-
fn: (value?: string) => {
205+
fn: (_?: string) => {
206206
return ''
207207
}
208208
}

0 commit comments

Comments
 (0)