Skip to content

Commit df157fa

Browse files
committed
trunk
1 parent 5218b30 commit df157fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

headers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function isIterable(val: any): val is Iterable<any> {
55
type HeadersInit =
66
| Headers
77
| Array<[string, string]>
8-
| Record<string, Array<string> | string | undefined>
8+
| Record<string, Array<string> | string | undefined>;
99

1010
/**
1111
* Arcjet headers.

0 commit comments

Comments
 (0)