Skip to content

Commit 3c45d4b

Browse files
committed
😎 Autofix
1 parent 3956f19 commit 3c45d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ export class ClientHints {
5050
*/
5151
#get(name: string): string | undefined {
5252
const list = this.entries
53-
.filter(([key]) => key === name)
54-
.map(([, value]) => value);
53+
.filter(([key]) => key === name)
54+
.map(([, value]) => value);
5555
return list.length ? list.join(", ") : undefined;
5656
}
5757

0 commit comments

Comments
 (0)