From 0b3c04d71cdb37e83cc863a3fd8f58107b11b6a2 Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Thu, 5 Aug 2021 16:57:23 +0100 Subject: [PATCH] lint --- packages/server/src/utilities/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/utilities/index.js b/packages/server/src/utilities/index.js index eab4265c19..9594092aa1 100644 --- a/packages/server/src/utilities/index.js +++ b/packages/server/src/utilities/index.js @@ -1,5 +1,5 @@ const env = require("../environment") -const { OBJ_STORE_DIRECTORY, ObjectStoreBuckets } = require("../constants") +const { OBJ_STORE_DIRECTORY } = require("../constants") const { getAllApps } = require("@budibase/auth/db") const { sanitizeKey } = require("@budibase/auth/src/objectStore")