mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Fixed linting
This commit is contained in:
parent
64ed246d03
commit
4e139ee5b4
@ -225,7 +225,7 @@ module.exports = {
|
||||
return unknownProvider(url);
|
||||
}
|
||||
return response;
|
||||
}).catch((err) => {
|
||||
}).catch(() => {
|
||||
return unknownProvider(url);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user