Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Oct 21, 2024
1 parent d7d21c3 commit 260dcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/worker/src/api/controllers/system/environment.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Ctx, MaintenanceType } from "@budibase/types"
import env from "../../../environment"
import { env as coreEnv, db as dbCore, features } from "@budibase/backend-core"
import { env as coreEnv, db as dbCore } from "@budibase/backend-core"
import nodeFetch from "node-fetch"

let sqsAvailable: boolean
Expand Down

0 comments on commit 260dcad

Please sign in to comment.