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