mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(Shedule Node): fixes multiple intervals, fixes week interval (#4376)
* 🐛 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
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { IDataObject } from 'n8n-workflow';
|
||||
|
||||
export type ICronExpression = [
|
||||
string | Date,
|
||||
string | Date,
|
||||
|
||||
Reference in New Issue
Block a user