Skip to content

Commit

Permalink
fix: remove not used create contraint command when start job
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Dec 1, 2023
1 parent 25acf2d commit f08dc4e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ export default class CreateConstraintInAttrPartitionJob extends BullableService
}

public async _start(): Promise<void> {
await this.createContraintInAttrPartition();
this.createJob(
BULL_JOB_NAME.JOB_CHECK_NEED_CREATE_CONSTRAINT,
BULL_JOB_NAME.JOB_CHECK_NEED_CREATE_CONSTRAINT,
Expand Down

0 comments on commit f08dc4e

Please sign in to comment.