mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-11 14:08:52 +00:00
Cleanup api responses
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user