From e09aede949e258f3e34f306bd55b1203e3606db5 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Mon, 26 Sep 2022 14:20:25 +0530 Subject: [PATCH] fix(nocodb): Minor cleanup --- scripts/cypress/integration/test/xcdb-restMisc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cypress/integration/test/xcdb-restMisc.js b/scripts/cypress/integration/test/xcdb-restMisc.js index e3719a0291..cfcb325763 100644 --- a/scripts/cypress/integration/test/xcdb-restMisc.js +++ b/scripts/cypress/integration/test/xcdb-restMisc.js @@ -13,7 +13,6 @@ const t9b = require("../common/9b_ERD"); const { setCurrentMode, } = require("../../support/page_objects/projectConstants"); -const t9b = require("../common/9b_ERD"); const nocoTestSuite = (apiType, dbType) => { setCurrentMode(apiType, dbType);