Skip to content

Commit 092d545

Browse files
authored
Update packages/kit/src/runtime/server/index.js
1 parent c90cb71 commit 092d545

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/kit/src/runtime/server/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ export async function respond(request, options, state) {
161161
throw new Error(`"${key}" header is already set`);
162162
}
163163
} else {
164-
// TODO apply these headers to the response <- is this TODO outdated?
165164
headers[lower] = new_headers[key];
166165
}
167166

0 commit comments

Comments
 (0)