Skip to content

Commit

Permalink
Update uploadFile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BOTCAHX authored Jan 3, 2025
1 parent a552b5b commit 5f2d34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uploadFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5f2d34c

Please sign in to comment.