Fix function calling itself repeatedly
parent: tbd commit: 6f7d18d
Showing 1 changed file with 1 insertion and 1 deletion
giterated-daemon/src/backend/git/mod.rs
@@ -526,7 +526,7 @@ impl RepositoryBackend for GitBackend { | ||
526 | 526 | OperationState(operation_state): OperationState<StackOperationState>, |
527 | 527 | request: &RepositoryLastCommitOfFileRequest, |
528 | 528 | ) -> Result<Commit, Error> { |
529 | self.repository_last_commit_of_file( | |
529 | self.handle_repository_last_commit_of_file( | |
530 | 530 | requester, |
531 | 531 | repository_object, |
532 | 532 | OperationState(operation_state), |