fix: console errors, notif error
This commit is contained in:
@@ -104,7 +104,7 @@ export class ChallengesComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
declineChallenge(challenge: Challenge): void {
|
||||
this.challengeService.declineChallenge(challenge.id, { reason: 'Not interested' })
|
||||
this.challengeService.declineChallenge(challenge.id, { reason: 'generic' })
|
||||
.pipe(takeUntilDestroyed(this.destroyRef))
|
||||
.subscribe({
|
||||
next: () => {
|
||||
|
||||
Reference in New Issue
Block a user