fix(lint): fix linter error

This commit is contained in:
Evan Morikawa 2017-01-16 12:56:52 -08:00
parent 02f8808302
commit 1f964132df

View file

@ -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;