mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed linting
This commit is contained in:
parent
64ed246d03
commit
4e139ee5b4
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ module.exports = {
|
|||
return unknownProvider(url);
|
||||
}
|
||||
return response;
|
||||
}).catch((err) => {
|
||||
}).catch(() => {
|
||||
return unknownProvider(url);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue