We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a08aa7 commit 46be05eCopy full SHA for 46be05e
src/types/jobs/CronExpression.type.ts
@@ -71,7 +71,7 @@ export class CronExpressionBuilder {
71
return new CronExpression().through(period, from, to);
72
}
73
74
- public static each(period: CronPeriod) {
+ public static every(period: CronPeriod) {
75
return new CronExpression().every(period);
76
77
0 commit comments