Skip to content

Commit 851b5d6

Browse files
author
Will Toozs
committed
TODO note
1 parent 6c6044b commit 851b5d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/api/api.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ const api = {
278278
request.formData.decryptedPolicy = JSON.parse(decryptToken(request.formData.Policy));
279279
}
280280

281+
// TODO - put content type field for file in request
282+
281283
console.log('Field [' + fieldname + ']: value: ' + val);
282284
// TODO plan is to move on to auth once details are found
283285
//if (fieldname === 'signature') {

0 commit comments

Comments
 (0)