fix refresh bug

This commit is contained in:
Sj-Si 2024-06-03 16:02:47 -04:00
parent 5f32eb168d
commit 4b0f321ef7
3 changed files with 50 additions and 33 deletions

View file

@ -425,7 +425,7 @@ async function fetchWithRetryAndBackoff(url, data, args = {}) {
* Args:
* url: Primary URL to fetch.
* data: Data to append to the URL when making the request.
* opts:
* args:
* method: The HTTP request method to use.
* timeout_ms: Max allowed time before this function fails.
* fetch_timeout_ms: Max allowed time for individual `fetch` calls.