1
0

feat: rename lists to projects

This commit is contained in:
kolaente
2022-11-13 17:07:01 +01:00
parent fc73c84bf2
commit 47c2da7f18
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ type ProjectUserOpts struct {
MatchFuzzily bool
}
// ProjectUsers returns a project with all users, filtered by an optional search string
// ListUsers returns a list with all users, filtered by an optional search string
func ProjectUsers(s *xorm.Session, search string, opts *ProjectUserOpts) (users []*User, err error) {
if opts == nil {
opts = &ProjectUserOpts{}