Skip to content

Commit

Permalink
reject non 403 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Jan 10, 2025
1 parent c1b94ad commit 96a9437
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 @@ -59,6 +59,6 @@ fiaApi.interceptors.response.use(
else resolve(fiaApi(originalRequest));
});
});
}
} else return Promise.reject(error);
}
);

0 comments on commit 96a9437

Please sign in to comment.