Update eslint
Only indentation updated in this commit
This commit is contained in:
@@ -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));
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user