Skip to content

Commit ff5c841

Browse files
committed
Rename each to every.
Signed-off-by: Alexander Trauzzi <[email protected]>
1 parent 6387a69 commit ff5c841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/jobs/CronExpression.type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class CronExpressionBuilder {
7171
return new CronExpression().through(period, from, to);
7272
}
7373

74-
public static each(period: CronPeriod) {
74+
public static every(period: CronPeriod) {
7575
return new CronExpression().every(period);
7676
}
7777
}

0 commit comments

Comments
 (0)