Fix lint.

This commit is contained in:
Sam Rose 2024-10-21 13:41:28 +01:00
parent 67b814a5ca
commit 439565486a
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import sdk from "../../../sdk"
import * as utils from "../../../db/utils"
import { enrichSchema, isV2 } from "."
import { ensureQuerySet, ensureQueryUISet } from "./utils"
import { processTable } from "../tables/getters"
export async function get(viewId: string): Promise<ViewV2> {
const { tableId } = utils.extractViewInfoFromID(viewId)