Skip to content

Commit

Permalink
(fix): follow redirect on getCurrentUser to address error from the 30…
Browse files Browse the repository at this point in the history
…2 redirect on localizations -> /fr/mobilapi/userinfo
  • Loading branch information
alanbixby committed Jun 8, 2024
1 parent 66d0aa1 commit 5b8a3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/getCurrentUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports.func = async function (args) {
options: {
resolveWithFullResponse: true,
method: 'GET',
followRedirect: false,
followRedirect: true,
jar
}
}
Expand Down

0 comments on commit 5b8a3a9

Please sign in to comment.