This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Reviewing Badges: Zusätzliche Icons"

Merged Michael Breu requested to merge 397-reviewing-badges-zusatzliche-icons into development
Files
2
@@ -45,7 +45,7 @@ export class ReviewManagementService {
}
notifyReviewer(review: Review): Observable<Review> {
return this.http.post<Review>(this.resourceUrl + '/notifyReviewers', review);
return this.http.post<Review>(this.resourceUrl + '/notifyReviewers', review).pipe(tap(() => this.resetStatistics()));
}
rewardBadge(review: Review): Observable<Review> {