Skip to content

Commit

Permalink
Update cfupload.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeFoxy-Github authored Nov 4, 2024
1 parent f7f0c75 commit 415f5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/cfupload.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@
apiformname = "file";
break;
case "pastebin.com":
apiurl = "https://pastebin.com/api/api_post.php";// eslint-disable-line no-case-declarations
let fileData = args.data;
apiurl = "https://pastebin.com/api/api_post.php";
let fileData = args.data;// eslint-disable-line no-case-declarations

if (args.base64 === "true") {
if (!isBase64(args.data)) {
Expand Down

0 comments on commit 415f5e8

Please sign in to comment.