Fix UTF7 reference - prod will not use ssh

This commit is contained in:
Ben Gotow 2016-07-12 16:24:03 -07:00
parent ae082c5b53
commit 9d7343eb91
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
"rx": "4.x.x",
"sequelize": "3.x.x",
"underscore": "1.x.x",
"utf7": "git@github.com:truebit/utf7.git#1f753bac59b99d93b17a5ef11681e232465e2558",
"utf7": "https://github.com/truebit/utf7/archive/1f753bac59b99d93b17a5ef11681e232465e2558.tar.gz",
"imap": "0.8.x"
},
"devDependencies": {

View file

@ -42,7 +42,7 @@ module.exports = (sequelize, Sequelize) => {
},
errored: function errored() {
return this.syncError != null
return this.syncError != null;
},
setCredentials: function setCredentials(json) {