mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-06 19:26:55 +08:00
[local-sync] minor fix
This commit is contained in:
parent
b7b0808689
commit
b459076415
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module.exports = (sequelize, Sequelize) => {
|
||||||
Label.belongsToMany(Thread, {through: ThreadLabel})
|
Label.belongsToMany(Thread, {through: ThreadLabel})
|
||||||
},
|
},
|
||||||
|
|
||||||
findXGMLabels(xGmLabels, {preloadedLabels}) {
|
findXGMLabels(xGmLabels, {preloadedLabels} = {}) {
|
||||||
if (!xGmLabels) {
|
if (!xGmLabels) {
|
||||||
return Promise.resolve();
|
return Promise.resolve();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue