remove unused function

This commit is contained in:
Kiril Videlov 2024-07-04 15:36:36 +02:00
parent fe7f1167bf
commit dfd15dc821
No known key found for this signature in database
GPG Key ID: A4C733025427C471

View File

@ -146,15 +146,6 @@ impl Handler {
Ok(())
}
// TODO: Remove if unused
pub async fn git_file_change(
&self,
path: impl Into<PathBuf>,
project_id: ProjectId,
) -> Result<()> {
self.git_files_change(vec![path.into()], project_id).await
}
pub async fn git_files_change(&self, paths: Vec<PathBuf>, project_id: ProjectId) -> Result<()> {
let project = self
.projects