Skip to content

Commit

Permalink
Update pacbio run to fix create.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieing committed Aug 11, 2021
1 parent 571b2ba commit c3a0d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/PacbioRun.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const create = async (run, request) => {
}

const createResource = async (payload, request) => {
let response = await handlePromise(request.create(payload))
let response = await handlePromise(request.create({ data: payload }))
if (response.successful) {
return response
} else {
Expand Down

0 comments on commit c3a0d31

Please sign in to comment.