Skip to content

Commit

Permalink
TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Toozs committed Jun 3, 2024
1 parent 6c6044b commit 851b5d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ const api = {
request.formData.decryptedPolicy = JSON.parse(decryptToken(request.formData.Policy));
}

// TODO - put content type field for file in request

console.log('Field [' + fieldname + ']: value: ' + val);
// TODO plan is to move on to auth once details are found
//if (fieldname === 'signature') {
Expand Down

0 comments on commit 851b5d6

Please sign in to comment.