mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-14 08:57:20 +02:00
971c2c0aed
* 🐛 fix bug where adding multiple intervals would remove the previous one * 🐛 swap hour logic with week logic, change sunday to 0 value * 🔥 remove console.logs * 🔥 remove unused variable * 🔥 remove unused imports
8 lines
115 B
TypeScript
8 lines
115 B
TypeScript
export type ICronExpression = [
|
|
string | Date,
|
|
string | Date,
|
|
string | Date,
|
|
string | Date,
|
|
string | Date,
|
|
];
|