Skip to content

Commit c6c2872

Browse files
author
Aranyajit
committed
fix lints and typo
1 parent 6911fa1 commit c6c2872

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/services/ChallengeService.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,9 +1524,7 @@ async function updateChallenge(currentUser, challengeId, data) {
15241524
if (challengeHelper.isProjectIdRequired(challenge.timelineTemplateId)) {
15251525
projectId = _.get(challenge, "projectId");
15261526

1527-
({ billingAccountId, markup }) = await projectHelper.getProjectBillingInformation(
1528-
projectId
1529-
);
1527+
({ billingAccountId, markup } = await projectHelper.getProjectBillingInformation(projectId));
15301528

15311529
if (billingAccountId && _.isUndefined(_.get(challenge, "billing.billingAccountId"))) {
15321530
_.set(data, "billing.billingAccountId", billingAccountId);

0 commit comments

Comments
 (0)