From 2eb365956c1abe9b33086cdabd7e565879a98fa4 Mon Sep 17 00:00:00 2001 From: Hadley King Date: Thu, 28 Jul 2022 12:31:33 -0400 Subject: [PATCH] run prettier Changes to be committed: modified: client/src/components/WorkflowInvocationState/Export/BioComputeObjectExportCard.vue --- .../Export/BioComputeObjectExportCard.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/WorkflowInvocationState/Export/BioComputeObjectExportCard.vue b/client/src/components/WorkflowInvocationState/Export/BioComputeObjectExportCard.vue index 477911d3a52..a6e04aeda70 100644 --- a/client/src/components/WorkflowInvocationState/Export/BioComputeObjectExportCard.vue +++ b/client/src/components/WorkflowInvocationState/Export/BioComputeObjectExportCard.vue @@ -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: [ {