Skip to content

Commit

Permalink
Update handle.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmund authored Jan 25, 2022
1 parent fd8612a commit c9f4fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import CookieSession from './core';
import CookieSession from './core.js';
import type { Handle } from '@sveltejs/kit';
import type { Session, SessionOptions } from './types';

Expand All @@ -22,4 +22,4 @@ export function handleSession<Locals extends { session: Session }>(

return response;
} as Handle<Locals>;
}
}

0 comments on commit c9f4fe1

Please sign in to comment.