@rolatech/angular-services 20.3.1-beta.2 → 20.3.1-beta.3
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.
|
@@ -5287,10 +5287,9 @@ class OnboardingApplicantService extends BaseService {
|
|
|
5287
5287
|
})
|
|
5288
5288
|
.pipe(map((response) => response.data));
|
|
5289
5289
|
}
|
|
5290
|
-
listMine(
|
|
5290
|
+
listMine() {
|
|
5291
5291
|
return this.http
|
|
5292
5292
|
.get(`${this.actionUrl}/mine`, {
|
|
5293
|
-
params: this.params({ applicationId }),
|
|
5294
5293
|
withCredentials: true,
|
|
5295
5294
|
})
|
|
5296
5295
|
.pipe(map((response) => response.data));
|