add import for performance lib

This commit is contained in:
Peter Clement 2023-05-31 11:33:52 +01:00
parent 162ea5d969
commit c6d0da33f4
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import { WorkerCallback } from "./definitions"
import { context, logging } from "@budibase/backend-core"
import { processObject } from "@budibase/string-templates"
import { cloneDeep } from "lodash/fp"
import { performance } from "perf_hooks"
import * as sdkUtils from "../sdk/utils"
import env from "../environment"
const FILTER_STEP_ID = actions.BUILTIN_ACTION_DEFINITIONS.FILTER.stepId