Skip to content

Commit

Permalink
[#26] Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
liamstevens111 committed Mar 21, 2023
1 parent 5b941f2 commit 9b08040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/requestManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function createResponseErrorInterceptor() {

if (userProfile?.auth?.refresh_token) {
try {
const response = await AuthAdapter.loginWithRefreshToken(userProfile.auth.refresh_token);
const response = await SurveyAdapter.loginWithRefreshToken(userProfile.auth.refresh_token);

const { attributes: authInfo } = await response.data;

Expand Down

0 comments on commit 9b08040

Please sign in to comment.