WIP: validate positions
This commit is contained in:
parent
4655ec505a
commit
3e7fca7640
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ use git_next_git as git;
|
|||
use kxio::network;
|
||||
use tracing::{debug, error, info, warn};
|
||||
|
||||
// TODO: remove legacy commit log
|
||||
// TODO: move this module into forge, git or server crate
|
||||
pub async fn validate_positions(
|
||||
forge: &forgejo::ForgeJo,
|
||||
repository: &git::OpenRepository,
|
||||
|
|
Loading…
Reference in a new issue