Skip to content

Commit

Permalink
185: Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
m-milek committed Dec 7, 2024
1 parent 2480ee3 commit c86787c
Show file tree
Hide file tree
Showing 11 changed files with 453 additions and 419 deletions.
3 changes: 1 addition & 2 deletions backend/src/db/db_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ impl DbClient {
Self { db }
}

// TODO MAKE PRIVATE
pub(crate) fn raw_db(&self) -> &PgPool {
pub(super) fn raw_db(&self) -> &PgPool {
&self.db
}
}
Loading

0 comments on commit c86787c

Please sign in to comment.