refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ab51f5fd09 - Show all commits

View File

@ -9,5 +9,5 @@ func getStaffValue(val string) string {
var Staff = struct {
GetListStaffInfo string
}{
GetListStaffInfo: getStaffValue("get_list_staff_info_by_notification_info"),
GetListStaffInfo: getStaffValue("get_list_staff_info"),
}