mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(Date & Time Node): Reset responseData at end of loop (#6385)
reset responseData at end of loop
This commit is contained in:
committed by
GitHub
parent
05c4229cd7
commit
eaa8648f2b
@@ -204,6 +204,8 @@ export class DateTimeV2 implements INodeType {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
returnData.push(...executionData);
|
returnData.push(...executionData);
|
||||||
|
// Reset responseData
|
||||||
|
responseData.length = 0;
|
||||||
}
|
}
|
||||||
return this.prepareOutputData(returnData);
|
return this.prepareOutputData(returnData);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user