Skip to content

Commit 6a78af2

Browse files
committed
[utils.js] Add odbc to available transports
1 parent 71aa8bd commit 6a78af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const xmlToJson = (xml) => {
221221
function returnTransports(transportOptions) {
222222
// eslint-disable-next-line global-require
223223
const { Connection } = require('./Connection');
224-
const availableTransports = ['idb', 'rest', 'ssh'];
224+
const availableTransports = ['idb', 'rest', 'ssh', 'odbc'];
225225
const transports = [];
226226

227227
const options = {

0 commit comments

Comments
 (0)