Skip to content

Commit 5d69edc

Browse files
refactor: simplify export statement for getCookieOptions
1 parent 44d7679 commit 5d69edc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/utils/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ export {
99
frameworkSettings,
1010
generateKindeSDKHeader,
1111
} from "./exchangeAuthCode";
12-
export {
13-
getCookieOptions,
14-
} from "./getCookieOptions";
12+
export { getCookieOptions } from "./getCookieOptions";
1513
export type {
1614
CookieEnv,
1715
CookieOptions,

0 commit comments

Comments
 (0)