mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Bugfix for #123
This commit is contained in:
parent
0b323ab870
commit
be9cb6c727
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ export class AbstractFetchRemote
|
||||||
abort(action, true);
|
abort(action, true);
|
||||||
|
|
||||||
if (!data) {
|
if (!data) {
|
||||||
return Promise.reject(Notification.JsonParse);
|
return Promise.reject(new FetchError(Notification.JsonParse));
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
let isCached = false, type = '';
|
let isCached = false, type = '';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue