mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 20:12:11 +00:00
fix lint
This commit is contained in:
parent
07d66833a7
commit
2ca6f2aedd
1 changed files with 1 additions and 4 deletions
|
|
@ -47,10 +47,7 @@
|
|||
if (!res || res.error) {
|
||||
console.log('FRONTEND_REQUEST', this.requestsLog[res.requestId]);
|
||||
console.log('RESPONSE', res);
|
||||
SimpleToast('Jira Request failed: '
|
||||
+ this.requestsLog[res.requestId].clientRequest.apiMethod
|
||||
+ ' – '
|
||||
+ (res && res.error));
|
||||
SimpleToast('Jira Request failed: ' + this.requestsLog[res.requestId].clientRequest.apiMethod + ' – ' + (res && res.error));
|
||||
this.requestsLog[res.requestId].defer.reject(res);
|
||||
} else {
|
||||
this.requestsLog[res.requestId].defer.resolve(res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue