Skip to content

Commit

Permalink
file upload rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
JHoldergov committed Feb 1, 2024
1 parent 912278c commit fafb9e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/paf/models/file-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module.exports = class UploadModel extends Model {

async save() {
const result = await new Promise((resolve, reject) => {
console.log("url: " + config.upload.hostname);
const attributes = {
url: config.upload.hostname
};
Expand Down

0 comments on commit fafb9e0

Please sign in to comment.