Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
idioti 002
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgtho committed Dec 27, 2023
1 parent e12a35f commit ceb4791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fint-token.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const tokenCache = Cache({
})

module.exports = async (authConfig, forceNew = false) => {
const cacheKey = 'fintToken'
const cacheKey = `fintToken-${authConfig.clientId}`

const cachedToken = tokenCache.getSync(cacheKey)
if (!forceNew && cachedToken) {
Expand Down

0 comments on commit ceb4791

Please # to comment.