chore: remove redundant comment

This commit is contained in:
dineshsalunke 2024-01-26 10:08:00 +05:30
parent 927da10445
commit 975d98d8f1

View File

@ -21,7 +21,6 @@ func ToAPIProject(ctx context.Context, project *project_model.Project) (*api.Pro
Closed: project.ClosedDateUnix.AsTime(),
}
// try to laod the repo
_ = project.LoadRepo(ctx)
if project.Repo != nil {
apiProject.Repo = &api.RepositoryMeta{