Move util module to server module
This commit is contained in:
parent
6815c36f5b
commit
7635af88cd
9 changed files with 7 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ use gix::{
|
|||
use sqlx::{Acquire, SqliteConnection, SqlitePool};
|
||||
use tracing::{debug, info};
|
||||
|
||||
use crate::{somehow, util};
|
||||
use crate::{server::util, somehow};
|
||||
|
||||
async fn get_all_commit_hashes_from_db(
|
||||
conn: &mut SqliteConnection,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue