mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-13 16:14:36 +08:00
Fix UTF7 reference - prod will not use ssh
This commit is contained in:
parent
ae082c5b53
commit
9d7343eb91
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -42,7 +42,7 @@ module.exports = (sequelize, Sequelize) => {
|
|||
},
|
||||
|
||||
errored: function errored() {
|
||||
return this.syncError != null
|
||||
return this.syncError != null;
|
||||
},
|
||||
|
||||
setCredentials: function setCredentials(json) {
|
||||
|
|
Loading…
Add table
Reference in a new issue