Ghost/core/server/adapters/storage
Naz 393280b6ae Reworked LocalFileStore methods to use async syntax
refs https://linear.app/tryghost/issue/CORE-1/multiple-adapters-per-type

- While digging around this area refactored the code to use more readable async/await syntax instead of chaining then's
- Dropped unneeded "catch" block in save method as all it was doing was rethrowing an error with out additional handling
2021-10-20 10:29:46 +04:00
..
index.js Refactored existing adapters to use adapter-manager 2020-04-05 21:13:47 +02:00
LocalFileStorage.js Reworked LocalFileStore methods to use async syntax 2021-10-20 10:29:46 +04:00
utils.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00