mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
👕 Fix lint issue
This commit is contained in:
parent
e29c5975e1
commit
2ebcf4bb91
|
@ -1,4 +1,4 @@
|
|||
import { INodeExecutionData } from "n8n-workflow";
|
||||
import { INodeExecutionData } from 'n8n-workflow';
|
||||
|
||||
export const replaceNullValues = (item: INodeExecutionData) => {
|
||||
if (item.json === null) {
|
||||
|
|
Loading…
Reference in a new issue