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
Viewing commit 0d836119
Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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> {