Skip to content

Commit

Permalink
fix knex build
Browse files Browse the repository at this point in the history
  • Loading branch information
thrownullexception committed Feb 10, 2024
1 parent 1470b40 commit dbf800a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/connect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import knex from "knex";
import { knex } from "knex";
import { IRDMSConnectionOptions, RDMSSources } from "../types";

const SupportedDataSourceToKnexClientMap: Record<
Expand Down

0 comments on commit dbf800a

Please sign in to comment.