From 8c70c326222a514726a5780dede37bafa2a477df Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Fri, 10 May 2024 11:00:30 +0100 Subject: [PATCH] Cleanup. --- packages/server/src/api/controllers/application.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/server/src/api/controllers/application.ts b/packages/server/src/api/controllers/application.ts index d0908a995e..33a7b28d1e 100644 --- a/packages/server/src/api/controllers/application.ts +++ b/packages/server/src/api/controllers/application.ts @@ -60,7 +60,6 @@ import sdk from "../../sdk" import { builderSocket } from "../../websockets" import { sdk as sharedCoreSDK } from "@budibase/shared-core" import * as appMigrations from "../../appMigrations" -import { cleanupApp } from "../../sdk/app/tables/internal/sqs" // utility function, need to do away with this async function getLayouts() {