Skip to content

Commit

Permalink
chore: format files. [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: BioSimulations-Daemon <biosimulationsdaemon@gmail.com>
  • Loading branch information
biosimulations-daemon authored and jonrkarr committed Jan 18, 2022
1 parent ef0b03f commit 93e29d9
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions apps/dispatch-service/src/app/submission/complete.processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,16 @@ export class CompleteProcessor {
fileProcessingResults,
);
const sedMlProcessingResults = this.sedmlService.processSedml(runId);
const archiveProcessingResults = this.archiverService.updateResultsSize(runId);
const logProcessingResults = this.logService.createLog(runId, false, '', false);
const metadataProcessingResults = this.metadataService.createMetadata(runId);



const archiveProcessingResults =
this.archiverService.updateResultsSize(runId);
const logProcessingResults = this.logService.createLog(
runId,
false,
'',
false,
);
const metadataProcessingResults =
this.metadataService.createMetadata(runId);

const processingSteps = [
{
Expand All @@ -80,7 +84,7 @@ export class CompleteProcessor {
validator: 'https://run.biosimulations.org/utils/validate-project',
plural: false,
},

{
name: 'Thumbnails',
result: thumbnailProcessingResults,
Expand Down

0 comments on commit 93e29d9

Please sign in to comment.