@ngx-smz/core 21.1.19 → 21.1.21
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.
|
@@ -50747,7 +50747,6 @@ function extractRfc9110ProblemDetails(error) {
|
|
|
50747
50747
|
errorMessages.push(validationDetail);
|
|
50748
50748
|
return errorMessages;
|
|
50749
50749
|
}
|
|
50750
|
-
errorMessages.push(validationDetail);
|
|
50751
50750
|
errorMessages.push(...errorItems);
|
|
50752
50751
|
return errorMessages;
|
|
50753
50752
|
}
|