Skip to content

Commit

Permalink
fix(be): fix count view not work
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Sep 13, 2023
1 parent 2ef37cf commit 42fcb07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/task/task.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ export class TasksService {
constructor(
private configService: ConfigService,
private graphqlSvc: GraphqlService,
) {
this.getViewsReport();
}
) {}

// every minute, on the 1st second
@Cron('1 * * * * *')
Expand Down

0 comments on commit 42fcb07

Please sign in to comment.