Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Sep 17, 2024
1 parent 2cc47f3 commit 94b6393
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export function ApplicationSessionManager(
} else {
refreshSession()
}
// PORTALS-Set up an interval to call refreshSession every 60 seconds (60000 milliseconds)
// PORTALS-3249: Set up an interval to call refreshSession every 60 seconds (60000 milliseconds)
const intervalId = setInterval(refreshSession, 60000)

// Clean up the interval when the component is unmounted
Expand Down

0 comments on commit 94b6393

Please sign in to comment.