mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-01-02 10:30:26 +00:00
deploy: a1098fbfcb31ece3131c7c94f7867d3cdb675446
This commit is contained in:
3
Build/lib/fetch-retry.js
Normal file
3
Build/lib/fetch-retry.js
Normal file
@@ -0,0 +1,3 @@
|
||||
const { fetch } = require('undici');
|
||||
const fetchWithRetry = require('@vercel/fetch-retry')(fetch);
|
||||
module.exports.fetchWithRetry = fetchWithRetry;
|
||||
Reference in New Issue
Block a user