Skip to content

Commit 1a9542f

Browse files
committed
Add missing status change.
1 parent 8237421 commit 1a9542f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/models/atlasReconstruction.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ export class AtlasReconstruction extends BaseModel {
245245
const updated = await this.update({
246246
sourceUrl: reconstructionData.source,
247247
sourceComments: reconstructionData.comments,
248+
status: AtlasReconstructionStatus.ReadyToProcess,
248249
nodeCounts: {axon: reconstructionData.axon.nodeCounts, dendrite: reconstructionData.dendrite.nodeCounts},
249250
somaNodeId: soma?.id
250251
}, {transaction: t});

0 commit comments

Comments
 (0)