From edfedec930f6967965e59205041698a08b40615c Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Thu, 29 Aug 2024 15:50:46 +0100 Subject: [PATCH] Fix lint. --- packages/server/src/utilities/rowProcessor/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/server/src/utilities/rowProcessor/index.ts b/packages/server/src/utilities/rowProcessor/index.ts index d2fb1cc5a8..2940f2118e 100644 --- a/packages/server/src/utilities/rowProcessor/index.ts +++ b/packages/server/src/utilities/rowProcessor/index.ts @@ -3,7 +3,6 @@ import { fixAutoColumnSubType, processFormulas } from "./utils" import { cache, context, - db, features, HTTPError, objectStore,