Cleanup api responses

This commit is contained in:
simon987
2019-02-16 19:44:03 -05:00
parent 8784b536d3
commit 71e05ecdd6
21 changed files with 809 additions and 888 deletions

View File

@@ -161,7 +161,7 @@ func (database *Database) SetManagerRoleOn(manager *Manager, projectId int64, ro
}).Info("Set manager role on project")
}
func (database *Database) GetAllManagers() *[]Manager {
func (database *Database) GetManagerList() *[]Manager {
db := database.getDB()