mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-24 17:11:49 +00:00
Merge pull request #137 from EETagent/sveltekit_fix_logging
CRITICAL: Fix Sveltekit cookie logging based
This commit is contained in:
commit
4c9e7adc79
1 changed files with 0 additions and 2 deletions
|
|
@ -8,8 +8,6 @@ export const handleFetch: HandleFetch = async ({ request, fetch, event }) => {
|
||||||
|
|
||||||
const cookie = event.request.headers.get('cookie') || '';
|
const cookie = event.request.headers.get('cookie') || '';
|
||||||
|
|
||||||
console.log(`SSR: handleFetch() cookie: ${cookie}`);
|
|
||||||
|
|
||||||
request.headers.set('cookie', cookie);
|
request.headers.set('cookie', cookie);
|
||||||
|
|
||||||
const url = new URL(request.url);
|
const url = new URL(request.url);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue