Skip to content

Commit

Permalink
Dzejkop/refactor-db-code (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop authored Oct 17, 2024
1 parent 48fa04d commit 45019a5
Show file tree
Hide file tree
Showing 11 changed files with 422 additions and 295 deletions.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use tracing::{info, instrument, warn};

use crate::config::Config;
use crate::contracts::IdentityManager;
use crate::database::query::DatabaseQuery as _;
use crate::database::methods::DbMethods as _;
use crate::database::Database;
use crate::ethereum::Ethereum;
use crate::identity::processor::{
Expand Down
Loading

0 comments on commit 45019a5

Please sign in to comment.