Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Update AuthAPIClient.ts (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankamencherla committed Oct 15, 2018
1 parent 07211b8 commit 5e9336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/AuthAPIClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class AuthAPIClient {
refresh_token: parsedResponse.refresh_token
};
} catch (error) {
throw new AuthAPIClient(error);
throw new ApiError(error);
}
}
}

0 comments on commit 5e9336c

Please sign in to comment.