Skip to content

Commit

Permalink
Merge pull request #163 from kinde-oss/fix/session-index-config
Browse files Browse the repository at this point in the history
fix: correct import path
  • Loading branch information
DanielRivers authored May 14, 2024
2 parents 5e722b2 + 9c0da07 commit 46eaeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {kindeClient} from './kindeServerClient';
import {sessionManager} from './sessionManager';
import {getRolesFactory} from './getRoles';
import {getClaimFactory} from './getClaim';
import {config} from './config/index';
import {config} from '../config/index';

/**
*
Expand Down

0 comments on commit 46eaeb6

Please sign in to comment.