Fix whitespace

editorconfig highlights for seaTable node
This commit is contained in:
Tom Klingenberg 2021-10-04 12:10:39 +02:00
parent a077c8e416
commit 3488edad7b
No known key found for this signature in database
GPG key ID: FD2DFEB0368F00BB

View file

@ -93,9 +93,9 @@ export interface ICtx {
export interface IRowResponse{
metadata: [
{
{
key: string,
name: string
name: string
}
];
results: IRow[];