mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +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);
|
||||
|
||||
if (!data) {
|
||||
return Promise.reject(Notification.JsonParse);
|
||||
return Promise.reject(new FetchError(Notification.JsonParse));
|
||||
}
|
||||
/*
|
||||
let isCached = false, type = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue