Skip to content

Commit df93313

Browse files
authored
Merge branch 'dev' into PM-4958-2
2 parents 6e86079 + 3e84b77 commit df93313

2 files changed

Lines changed: 1 addition & 23 deletions

File tree

.github/workflows/code_reviewer.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/api/challenges/challenges.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ export class ChallengesService {
557557
title: challenge.name,
558558
description: payment.description || challenge.name,
559559
externalId: challenge.id,
560-
...(paymentStatus ? { status: paymentStatus } : {}),
560+
...(payment.status ? { status: payment.status } : {}),
561561
details: [
562562
{
563563
totalAmount: payment.amount,

0 commit comments

Comments
 (0)