Browse Source

fix(chore): lint

pull/7611/head
DarkPhoenix2704 7 months ago
parent
commit
32b42a4f4e
  1. 8
      packages/nocodb/src/helpers/getAst.ts

8
packages/nocodb/src/helpers/getAst.ts

@ -13,13 +13,7 @@ import type {
Model,
} from '~/models';
import { NcError } from '~/helpers/catchError';
import {
CalendarRange,
CalendarView,
GalleryView,
KanbanView,
View,
} from '~/models';
import { CalendarRange, GalleryView, KanbanView, View } from '~/models';
const getAst = async ({
query,

Loading…
Cancel
Save