mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
dbfe0a6383
This commit modifies the token management and retry logic to handle POST requests differently from GET requests. It introduces an `isPost` flag to the `retryRequest` function, which is used to skip token retrieval and status marking for POST requests.