refactor: rename image-storage crate to object-storage
Some checks failed
CI / Check / Test (push) Failing after 44s
Some checks failed
CI / Check / Test (push) Failing after 44s
This commit is contained in:
@@ -129,7 +129,7 @@ pub fn build_poster_fetcher() -> anyhow::Result<Arc<dyn PosterFetcherClient>> {
|
||||
}
|
||||
|
||||
pub fn build_object_storage() -> anyhow::Result<Arc<dyn ObjectStorage>> {
|
||||
image_storage::create()
|
||||
object_storage::create()
|
||||
}
|
||||
|
||||
pub fn build_profile_fields_repo(
|
||||
|
||||
Reference in New Issue
Block a user