iptdevs-design-system 2.6.30 → 2.6.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2056,7 +2056,7 @@ class AttendanceService {
2056
2056
  this.generateRequestParams({ token, cod_code });
2057
2057
  return this.http.post(serviceUrl, this.httpOptions);
2058
2058
  }
2059
- GetAllNotAttendancesByCodRq(params) {
2059
+ getAllNotAttendancesByCodRq(params) {
2060
2060
  let serviceUrl = `${this.SERVICE_URL}/get/all/not/attendances/by/cod`;
2061
2061
  this.generateRequestParams(params);
2062
2062
  return this.http.post(serviceUrl, this.httpOptions);