|
@@ -55,6 +55,6 @@ func convert(author eta.ReportAuthor) financial_analyst.FinancialAnalystDTO {
|
|
|
}
|
|
|
}
|
|
|
func init() {
|
|
|
- authorTask := base.NewTask(taskName, cron, new(AuthorTask), base.DEV)
|
|
|
+ authorTask := base.NewTask(taskName, cron, new(AuthorTask), base.PROD)
|
|
|
base.RegisterTask(&authorTask)
|
|
|
}
|