From cd737a1c254e7c44e06446501f469fd23a5b3d0c Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Fri, 6 Aug 2021 13:11:41 +0100 Subject: [PATCH] Linting. --- packages/server/src/utilities/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/server/src/utilities/index.js b/packages/server/src/utilities/index.js index 16ce343963..8da98e99e4 100644 --- a/packages/server/src/utilities/index.js +++ b/packages/server/src/utilities/index.js @@ -1,6 +1,5 @@ const env = require("../environment") const { OBJ_STORE_DIRECTORY } = require("../constants") -const { getAllApps } = require("@budibase/auth/db") const { sanitizeKey } = require("@budibase/auth/src/objectStore") const BB_CDN = "https://cdn.app.budi.live/assets"