Skip to content

Commit

Permalink
add missing comment to dynamic import
Browse files Browse the repository at this point in the history
  • Loading branch information
JKobrynski committed Nov 15, 2024
1 parent a103417 commit 9d01ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/Middleware/Reauthentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import * as Request from '@libs/Request';
import CONST from '@src/CONST';
import type Middleware from './types';

// Dynamic Import to avoid circular dependency
const Authentication = () => import('@libs/Authentication');

// We store a reference to the active authentication request so that we are only ever making one request to authenticate at a time.
Expand Down

0 comments on commit 9d01ed0

Please sign in to comment.