Skip to content

Commit

Permalink
jobs: fix processing expired tasks log message
Browse files Browse the repository at this point in the history
  • Loading branch information
GGonryun committed Jul 20, 2024
1 parent 212f686 commit 4a31c8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/services/tasks/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ export class TasksService {
},
});

console.info(
`Destroyed ${result.count} expired ${frequency} notifications`
);
console.info(`Destroyed ${result.count} expired ${frequency} tasks`);
}

async getPollResults({
Expand Down

0 comments on commit 4a31c8c

Please sign in to comment.