mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-28 23:44:38 +08:00
fix(lint): fix linter error
This commit is contained in:
parent
02f8808302
commit
1f964132df
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ class UpdateChannelStore extends NylasStore {
|
|||
EdgehillAPI.makeRequest({
|
||||
method: 'POST',
|
||||
path: `/update-channel`,
|
||||
qs: Object.assign({channel: channelName,
|
||||
preferredChannel: preferredChannel}, autoUpdater.parameters()),
|
||||
qs: Object.assign({channel: channelName, preferredChannel: preferredChannel}, autoUpdater.parameters()),
|
||||
json: true,
|
||||
}).then(({current, available}) => {
|
||||
this._current = current;
|
||||
|
|
Loading…
Add table
Reference in a new issue