Skip to content

Commit e25571d

Browse files
committed
fix import
1 parent 1ce2c84 commit e25571d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/session.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ import { sealData, unsealData } from 'iron-session';
1414
import { createRemoteJWKSet, decodeJwt, jwtVerify } from 'jose';
1515
import { getConfig } from './config.js';
1616
import { configureSessionStorage, getSessionStorage } from './sessionStorage.js';
17-
import { isResponse } from './utils.js';
18-
import { isRedirect } from '../dist/cjs/utils.js';
17+
import { isResponse, isRedirect } from './utils.js';
1918

2019
// must be a type since this is a subtype of response
2120
// interfaces must conform to the types they extend

0 commit comments

Comments
 (0)