Replace normalize stage with trim scaffold
This commit is contained in:
@@ -90,9 +90,9 @@ func All() []Stage {
|
||||
return []Stage{
|
||||
prepareStage{},
|
||||
transcribeStage{},
|
||||
placeholderStage{name: "normalize"},
|
||||
mergeStage{},
|
||||
polishStage{},
|
||||
placeholderStage{name: "trim"},
|
||||
analyzeStage{},
|
||||
placeholderStage{name: "archive"},
|
||||
placeholderStage{name: "notify"},
|
||||
|
||||
Reference in New Issue
Block a user