Change tokenk Axios wrapper to multifetch, config changes

This commit is contained in:
theofficialomega
2026-04-21 19:01:37 +02:00
parent 87b10bc6ec
commit c77b184bea
24 changed files with 778 additions and 670 deletions

View File

@@ -1,4 +1,4 @@
const doFetch = require('@ntlab/sfetch')
const doFetch = require('../../scripts/core/multifetch')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')
const timezone = require('dayjs/plugin/timezone')