Skip to content

Commit

Permalink
codeql resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver committed Dec 4, 2024
1 parent 7c28186 commit 7eb91e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/models/meme.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ MEME.statics.spawn = function (fn, options, callback) {
} else {
Msa.removeTreeFromFile(meme_result.filepath, meme_result.filepath)
.then(() => {
meme.upload_redirect_path = meme.upload_redirect_path;
this.submitJob(meme_result, connect_callback);
callback(null, meme);
})
Expand Down
2 changes: 0 additions & 2 deletions app/routes/meme.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ exports.form = function (req, res) {
exports.invoke = function (req, res) {
var fn = req.files.files.file;
let postdata = req.body;
//let resample = parseInt(postdata.resample);
console.log(postdata)

let options = {
datatype: 0,
Expand Down

0 comments on commit 7eb91e0

Please sign in to comment.