[ci] format
This commit is contained in:
parent
4b0f27d9ff
commit
7ada6280f2
1 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ async function writeWebResponse(res: http.ServerResponse, webResponse: Response)
|
|||
// This is needed because Set-Cookie *must* be called for each cookie, and can't be
|
||||
// concatenated together.
|
||||
type HeadersWithRaw = Headers & {
|
||||
raw: () => Record<string, string[]>
|
||||
raw: () => Record<string, string[]>;
|
||||
};
|
||||
|
||||
for (const [key, value] of Object.entries((headers as HeadersWithRaw).raw())) {
|
||||
|
|
Loading…
Reference in a new issue