mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
👕 Fix lint issue
This commit is contained in:
parent
c7c42e185b
commit
6a9401aa51
|
@ -175,7 +175,7 @@ export class Elasticsearch implements INodeType {
|
|||
responseData = responseData.map((item: IDataObject) => {
|
||||
return {
|
||||
_id: item._id,
|
||||
...(item._source as Object),
|
||||
...(item._source as {}),
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue