formatting
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
import fetch_retry from 'https://cdn.jsdelivr.net/npm/fetch-retry/+esm'
|
import fetch_retry from 'https://cdn.jsdelivr.net/npm/fetch-retry/+esm'
|
||||||
const fetch = fetch_retry(globalThis.fetch, { retries: 10, retryDelay: attempts => attempts * 1000 })
|
const fetch = fetch_retry(globalThis.fetch, {
|
||||||
|
retries: 10,
|
||||||
|
retryDelay: attempts => attempts * 1000
|
||||||
|
})
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {Object} TwitchToken
|
* @typedef {Object} TwitchToken
|
||||||
|
|||||||
Reference in New Issue
Block a user