1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-01 14:56:30 +00:00
This commit is contained in:
william-allspice 2024-08-22 15:45:15 -05:00
parent a1b9f26dc4
commit 633fb6b64e

View File

@ -66,7 +66,6 @@ func ListWorkflows(commit *git.Commit) (git.Entries, error) {
ret = append(ret, entry)
}
}
return ret, nil
}