mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
enhance .editorconfig and apply formatting cleanup to last commit
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import {
|
||||
IDataObject,
|
||||
INodeExecutionData,
|
||||
ICredentialDataDecryptedObject,
|
||||
} from "n8n-workflow";
|
||||
ICredentialDataDecryptedObject
|
||||
} from 'n8n-workflow';
|
||||
|
||||
/**
|
||||
* Standard way of building the MongoDB connection string, unless overridden with a provided string
|
||||
@@ -33,7 +33,7 @@ export function getItemCopy(
|
||||
): IDataObject[] {
|
||||
// Prepare the data to insert and copy it to be returned
|
||||
let newItem: IDataObject;
|
||||
return items.map((item) => {
|
||||
return items.map(item => {
|
||||
newItem = {};
|
||||
for (const property of properties) {
|
||||
if (item.json[property] === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user