n8n-3867-progressively-apply-prettier-to-all (#3873)
* 🔨 formatting nodes with prettier
This commit is contained in:
@@ -2,7 +2,7 @@ import { INodeExecutionData } from 'n8n-workflow';
|
||||
|
||||
export const replaceNullValues = (item: INodeExecutionData) => {
|
||||
if (item.json === null) {
|
||||
item.json = {};
|
||||
item.json = {};
|
||||
}
|
||||
return item;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user