We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0f6bc commit 95ee14fCopy full SHA for 95ee14f
src/app/core/services/cla-contributor.service.ts
@@ -76,7 +76,7 @@ export class ClaContributorService {
76
}
77
78
getUserActiveSignature(userId: string): Observable<ActiveSignatureModel> {
79
- const url = this.getV2Endpoint('/v2/user/' + userId + '/active-signature');
+ const url = this.getV4Endpoint('/v4/user/' + userId + '/active-signature');
80
return this.httpClient.get<ActiveSignatureModel>(url);
81
82
0 commit comments