From 21be275f0cf5b3379369476f901498d8773bbf4b Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Mon, 10 Apr 2023 17:24:51 +0800 Subject: [PATCH] chore(nocodb): lint --- packages/nocodb/src/lib/models/FormViewColumn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nocodb/src/lib/models/FormViewColumn.ts b/packages/nocodb/src/lib/models/FormViewColumn.ts index 790036fb06..4a67c6023b 100644 --- a/packages/nocodb/src/lib/models/FormViewColumn.ts +++ b/packages/nocodb/src/lib/models/FormViewColumn.ts @@ -102,7 +102,7 @@ export default class FormViewColumn implements FormColumnType { // if cache is not present skip pushing it into the list to avoid unexpected behaviour const { list } = await NocoCache.getList(CacheScope.FORM_VIEW_COLUMN, [ column.fk_view_id, - ]) + ]); if (list?.length) await NocoCache.appendToList(