tickera-angular-components 0.0.1-dev.202 → 0.0.1-dev.203

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.
@@ -3163,7 +3163,6 @@ class PerformanceService {
3163
3163
  deleteMany(ids) {
3164
3164
  return this.apiService.delete(PERFORMANCES_API_ROUTES.deleteMany, { ids });
3165
3165
  }
3166
- /** "Funciones pedagógicas" — see plan-funciones-privadas-pedagogicas.md */
3167
3166
  fetchPedagogicPerformances(params = {}) {
3168
3167
  const queryParams = new URLSearchParams();
3169
3168
  if (params.page)