Skip to content

Commit 7339c10

Browse files
committed
lint
1 parent 550ad1c commit 7339c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export async function render_endpoint(event, mod, state) {
4141
}
4242

4343
try {
44-
let response = await with_event(event, () =>
44+
const response = await with_event(event, () =>
4545
handler(/** @type {import('@sveltejs/kit').RequestEvent<Record<string, any>>} */ (event))
4646
);
4747

0 commit comments

Comments
 (0)