1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Missed code in merge

This commit is contained in:
jvcalderon 2023-10-23 13:33:27 +02:00
parent 648410348d
commit a285fb1d40

View file

@ -14,16 +14,15 @@ import {
} from "../db"
import {
BulkDocsResponse,
ContextUser,
SearchQuery,
SearchQueryOperators,
SearchUsersRequest,
User,
ContextUser,
DatabaseQueryOpts,
} from "@budibase/types"
import { getGlobalDB } from "../context"
import * as context from "../context"
import { isCreator } from "./utils"
import { getGlobalDB } from "../context"
type GetOpts = { cleanup?: boolean }