Skip to content

Commit

Permalink
Update src/api.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Jones <[email protected]>
  • Loading branch information
keiranjprice101 and Pasarus authored Jan 16, 2025
1 parent 5a52e0c commit 4c8d628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fiaApi.interceptors.request.use(async (config) => {
});

// This should be called when SciGateway successfully refreshes the access token - it retries
// all requests that failed due to an invalid token
// all requests that failed due to an invalid token
fiaApi.interceptors.response.use(
(response) => response,
(error) => {
Expand Down

0 comments on commit 4c8d628

Please sign in to comment.