Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c91fc10f9f | ||
|
|
ffab02a3f9 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tout-doux",
|
||||
"version": "1.7.6",
|
||||
"version": "1.7.7",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "tout-doux"
|
||||
version = "1.7.6"
|
||||
version = "1.7.7"
|
||||
description = ""
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
|
||||
@@ -201,7 +201,6 @@ export function nextCronReset(
|
||||
try {
|
||||
const rule = new RRule({
|
||||
...RRule.parseString(cron),
|
||||
count: 2,
|
||||
});
|
||||
|
||||
return rule.after(date) ?? null;
|
||||
|
||||
Reference in New Issue
Block a user