From 5f2d34cb242f72240eb274dc881284963e9c953e Mon Sep 17 00:00:00 2001 From: BOTCAHX <94074076+BOTCAHX@users.noreply.github.com> Date: Fri, 3 Jan 2025 19:33:03 +0700 Subject: [PATCH] Update uploadFile.js --- lib/uploadFile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uploadFile.js b/lib/uploadFile.js index 00eecd298..fce4f8478 100644 --- a/lib/uploadFile.js +++ b/lib/uploadFile.js @@ -108,7 +108,7 @@ const api = async (buffer) => { module.exports = async function (inp) { let err = false; - for (const upload of [catbox, quax, pomf, api, fileIO]) { + for (const upload of [quax, catbox, pomf, api, fileIO]) { try { return await upload(inp); } catch (e) {