Skip to content

Commit

Permalink
Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeFoxy-Github authored Aug 29, 2024
1 parent 361205c commit 1bd0023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/cfupload.js
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@
case "pastebin.com":
apiurl = "https://pastebin.com/api/api_post.php";
let fileData = args.data;

Check failure on line 902 in extensions/cfupload.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected lexical declaration in case block
if (base64 === "true") {
if (args.base64 === "true") {
if (!isBase64(args.data)) {
return "Base64 error: Invalid data";
}
Expand Down

0 comments on commit 1bd0023

Please sign in to comment.