From dbf800ab92513afcd042858dac8c768afca46a71 Mon Sep 17 00:00:00 2001 From: Ayobami Akingbade Date: Sat, 10 Feb 2024 10:52:20 +0100 Subject: [PATCH] fix knex build --- src/utils/connect.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/connect.ts b/src/utils/connect.ts index 4f37e61..5e71e29 100644 --- a/src/utils/connect.ts +++ b/src/utils/connect.ts @@ -1,4 +1,4 @@ -import knex from "knex"; +import { knex } from "knex"; import { IRDMSConnectionOptions, RDMSSources } from "../types"; const SupportedDataSourceToKnexClientMap: Record<