Skip to content

Commit c67ba87

Browse files
reverted DB cleanup
1 parent a79c413 commit c67ba87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snow/engine/common/queue/jobs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func (j *Jobs) Execute(job Job) error {
124124
}
125125
}
126126

127-
return j.state.DeleteJob(j.db, jobID)
127+
return nil
128128
}
129129

130130
// Commit ...

0 commit comments

Comments
 (0)