Fix lint error.

This commit is contained in:
Sam Rose 2023-12-13 12:30:11 +00:00
parent 4934b4a428
commit 51c3289968
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -4,9 +4,8 @@ import currentApp from "../middleware/currentapp"
import zlib from "zlib"
import { mainRoutes, staticRoutes, publicRoutes } from "./routes"
import { middleware as pro } from "@budibase/pro"
import { apiEnabled } from "../features"
import { apiEnabled, automationsEnabled } from "../features"
import migrations from "../middleware/appMigrations"
import { automationsEnabled } from "../features"
import { automationQueue } from "../automations"
export { shutdown } from "./routes/public"