Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
snaerth committed Dec 12, 2024
1 parent 2afd06d commit 0565f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/react-spa/bff/src/lib/BffPoller.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const BffPoller = ({
newSessionCb()
}
}
}, [newUser, error, userInfo, signIn, postMessage, newSessionCb, bffBasePath])
}, [newUser, error, userInfo, signIn, postMessage, newSessionCb, bffBaseUrl])

return children
}

0 comments on commit 0565f06

Please sign in to comment.