Change department to position
This commit is contained in:
@@ -380,7 +380,7 @@ func (s *CompaniesService) GetStats() (map[string]any, error) {
|
||||
"isActive": serial.IsActive,
|
||||
"createdAt": serial.CreatedAt,
|
||||
"type": "employee",
|
||||
"department": serial.Department,
|
||||
"position": serial.Position,
|
||||
"employeeName": serial.EmployeeName,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user