Skip to content

Commit 8414701

Browse files
committed
fix r
1 parent 71eb2a6 commit 8414701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/ultima-ng-19.0.0/src/app/service/user.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ export class UserService {
606606
<Observable<IResponse>>this.http.patch<IResponse>(`${this.server}/ecredit/update/${demandeIndividuelId}`, {}, { withCredentials: true }).pipe(tap(console.log), catchError(this.handleError));
607607

608608
// Add these methods to your existing UserService
609-
609+
// Correction annomalie
610610
getFicheSignaletique$ = (codCliente: string) => <Observable<IResponse>>this.http.get<IResponse>(`${this.server}/ecredit/fiche-signaletique/${codCliente}`).pipe(tap(console.log), catchError(this.handleError));
611611

612612
addPersonnePhysique$ = (personnePhysique: PersonnePhysique) => <Observable<IResponse>>this.http.post<IResponse>(`${this.server}/ecredit/addPersonnePhysique`, personnePhysique).pipe(tap(console.log), catchError(this.handleError));

0 commit comments

Comments
 (0)