mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
⚡ Fix whitespace
editorconfig highlights for seaTable node
This commit is contained in:
parent
a077c8e416
commit
3488edad7b
|
@ -93,9 +93,9 @@ export interface ICtx {
|
|||
|
||||
export interface IRowResponse{
|
||||
metadata: [
|
||||
{
|
||||
{
|
||||
key: string,
|
||||
name: string
|
||||
name: string
|
||||
}
|
||||
];
|
||||
results: IRow[];
|
||||
|
|
Loading…
Reference in a new issue