diff --git a/packages/server/src/db/linkedRows/index.ts b/packages/server/src/db/linkedRows/index.ts index 7faaa1c252..2f7f7fd44c 100644 --- a/packages/server/src/db/linkedRows/index.ts +++ b/packages/server/src/db/linkedRows/index.ts @@ -12,7 +12,6 @@ import partition from "lodash/partition" import { getGlobalUsersFromMetadata } from "../../utilities/global" import { coreOutputProcessing, - outputProcessing, processFormulas, } from "../../utilities/rowProcessor" import { context, features } from "@budibase/backend-core"