Skip to content

Commit

Permalink
remove unused param doc
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Chávez <marcochavezf@gmail.com>
  • Loading branch information
arosiclair and marcochavezf authored Aug 31, 2022
1 parent 14e3d5f commit 2ec6931
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ function reconnectApp() {
* pass it in as a parameter. withOnyx guarantees that the value has been read
* from Onyx because it will not render the AuthScreens until that point.
* @param {Object} session
* @param {string} currentPath
*/
function setUpPoliciesAndNavigate(session) {
const currentUrl = getCurrentUrl();
Expand Down

0 comments on commit 2ec6931

Please sign in to comment.