Skip to content

Commit

Permalink
Update connection.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t authored Jan 9, 2020
1 parent ea9929f commit 9598e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var semver = require('semver');
var colors = require('colors/safe');
colors.enabled = true;
var vsprintf = require("sprintf-js").vsprintf;
var ConnectionString = require('connection-string');
var ConnectionString = require('connection-string').ConnectionString;


// Change postgres' type parser to use moment instance instead of js Date instance
Expand Down

0 comments on commit 9598e2c

Please sign in to comment.