👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2022-06-14 06:24:49 -07:00
parent e29c5975e1
commit 2ebcf4bb91

View file

@ -1,4 +1,4 @@
import { INodeExecutionData } from "n8n-workflow";
import { INodeExecutionData } from 'n8n-workflow';
export const replaceNullValues = (item: INodeExecutionData) => {
if (item.json === null) {