Update eslint

Only indentation updated in this commit
This commit is contained in:
Pavel Dohnal
2018-06-13 09:28:53 +01:00
parent 0545e48f8e
commit 683e9c9fa1
50 changed files with 2104 additions and 2151 deletions

View File

@@ -69,8 +69,8 @@ export const fromNewsletter = data =>
action: 'showPreview',
data: json,
}).done(response => fromUrl(response.meta.preview_url)
.then(resolve)
.catch(reject)
.then(resolve)
.catch(reject)
).fail(response => reject(response.errors));
});