1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Fix lint warning.

This commit is contained in:
Sam Rose 2023-12-21 11:13:39 +00:00
parent 3c0901f530
commit df73cbd001
No known key found for this signature in database

View file

@ -2,6 +2,7 @@ import vm from "vm"
import env from "./environment"
import { setJSRunner } from "@budibase/string-templates"
import { context, timers } from "@budibase/backend-core"
type TrackerFn = <T>(f: () => T) => T
export function init() {