We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce2c84 commit e25571dCopy full SHA for e25571d
src/session.ts
@@ -14,8 +14,7 @@ import { sealData, unsealData } from 'iron-session';
14
import { createRemoteJWKSet, decodeJwt, jwtVerify } from 'jose';
15
import { getConfig } from './config.js';
16
import { configureSessionStorage, getSessionStorage } from './sessionStorage.js';
17
-import { isResponse } from './utils.js';
18
-import { isRedirect } from '../dist/cjs/utils.js';
+import { isResponse, isRedirect } from './utils.js';
19
20
// must be a type since this is a subtype of response
21
// interfaces must conform to the types they extend
0 commit comments