From f9c269ce2dc41e9a147307a07f19f0dfd70848d6 Mon Sep 17 00:00:00 2001 From: anbuiselly <105765792+anbuiselly@users.noreply.github.com> Date: Mon, 21 Nov 2022 08:33:39 +0700 Subject: [PATCH] change mgs get staff-info --- subject/staff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subject/staff.go b/subject/staff.go index 86e72e9..f9d6711 100644 --- a/subject/staff.go +++ b/subject/staff.go @@ -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"), } -- 2.34.1