run prettier

Changes to be committed:
	modified:   client/src/components/WorkflowInvocationState/Export/BioComputeObjectExportCard.vue
This commit is contained in:
Hadley King
2022-07-28 12:31:33 -04:00
parent 1bcd5fac4a
commit 2eb365956c
@@ -104,15 +104,15 @@ export default {
},
methods: {
async submitForm() {
const bco = await axios
const bco = await axios
.get(getUrl(`./api/invocations/${this.invocationId}/biocompute/`))
.then((response) => {
this.bco = response.data;
return this.bco
return this.bco;
})
.catch((e) => {
this.errors.push(e);
});
});
const bcoString = {
POST_api_objects_draft_create: [
{