-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
good first issueGood for newcomersGood for newcomersinvalidThis doesn't seem rightThis doesn't seem right
Description
Form options not taking into consideration, options passed
Sample Code:
const option = {
headers: {
Authorization: `Bearer ${jwtToken}`,
},
payload: {
'content-type': 'multipart/form-data',
},
}
const form = formAutoContent(
{
file: fs.createReadStream(`./test/fixtures/test.txt`),
},
option,
)
Rest API call never will get JWT as it's not passed to request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersinvalidThis doesn't seem rightThis doesn't seem right