Skip to content

Commit 6daa4f9

Browse files
Revert "Port '/v2/user/<user-uuid>/active-signature' to golang"
1 parent bdc956c commit 6daa4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/services/cla-contributor.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class ClaContributorService {
7676
}
7777

7878
getUserActiveSignature(userId: string): Observable<ActiveSignatureModel> {
79-
const url = this.getV4Endpoint('/v4/user/' + userId + '/active-signature');
79+
const url = this.getV2Endpoint('/v2/user/' + userId + '/active-signature');
8080
return this.httpClient.get<ActiveSignatureModel>(url);
8181
}
8282

0 commit comments

Comments
 (0)