formatting

This commit is contained in:
2025-01-26 12:13:03 +00:00
parent fca32bf7f2
commit bb1c1944ca
+4 -1
View File
@@ -1,5 +1,8 @@
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