This commit is contained in:
william-allspice 2024-08-22 15:45:15 -05:00
parent 07a81a1d4f
commit 360b64a7ce
1 changed files with 0 additions and 1 deletions

View File

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