Fix duped import

This commit is contained in:
Andrew Kingston 2024-03-01 15:26:02 +00:00
parent b7b1e95eb8
commit 2189e3ee0f
1 changed files with 1 additions and 2 deletions

View File

@ -8,9 +8,8 @@ import {
QueryResponse,
} from "./definitions"
import { IsolatedVM } from "../jsRunner/vm"
import { iifeWrapper } from "@budibase/string-templates"
import { iifeWrapper, processStringSync } from "@budibase/string-templates"
import { getIntegration } from "../integrations"
import { processStringSync } from "@budibase/string-templates"
import { context, cache, auth } from "@budibase/backend-core"
import { getGlobalIDFromUserMetadataID } from "../db/utils"
import sdk from "../sdk"