Skip to content

Commit

Permalink
fix: session index error with missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed May 14, 2024
1 parent 55de0ca commit 34a2be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/session/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {kindeClient} from './kindeServerClient';
import {sessionManager} from './sessionManager';
import {getRolesFactory} from './getRoles';
import {getClaimFactory} from './getClaim';
import {config} from './config/index';

/**
*
Expand Down

0 comments on commit 34a2be2

Please sign in to comment.