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:
agobrech
2022-10-19 17:28:41 +02:00
committed by GitHub
parent 77d041ba78
commit 971c2c0aed
2 changed files with 18 additions and 17 deletions

View File

@@ -1,5 +1,3 @@
import { IDataObject } from 'n8n-workflow';
export type ICronExpression = [
string | Date,
string | Date,