Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
just-in-chang committed Oct 4, 2024
1 parent 1589cef commit 41c10a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ecosystem/nft-metadata-crawler/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
// SPDX-License-Identifier: Apache-2.0

use crate::{
asset_uploader::worker::{
api::AssetUploaderApiContext, config::AssetUploaderWorkerConfig, AssetUploaderWorkerContext,
asset_uploader::{
api::AssetUploaderApiContext,
worker::{config::AssetUploaderWorkerConfig, AssetUploaderWorkerContext},
},
parser::{config::ParserConfig, ParserContext},
utils::database::{establish_connection_pool, run_migrations},
Expand Down

0 comments on commit 41c10a1

Please sign in to comment.