Remove unused import.

This commit is contained in:
Sam Rose 2025-01-20 17:30:49 +00:00
parent 99cf4feb07
commit 0670c89e83
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import { coerce } from "../utilities/rowProcessor"
import { definitions } from "./triggerInfo"
// need this to call directly, so we can get a response
import { automationQueue } from "./bullboard"
import { checkTestFlag } from "../utilities/redis"
import * as utils from "./utils"
import env from "../environment"
import { context, logging, db as dbCore } from "@budibase/backend-core"