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 6387a69 commit ff5c841Copy full SHA for ff5c841
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