Skip to content

Commit bf97c4f

Browse files
committed
Fix lint complaint
1 parent 03b203e commit bf97c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/salesforceService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class SalesforceService {
102102
null, // fallback to null if cannot parse
103103
),
104104
markup: _.get(o, config.get('sfdcBillingAccountMarkupField')),
105-
active: _.get(o, config.get('sfdcBillingAccountActiveField')),
105+
active: _.get(o, config.get('sfdcBillingAccountActiveField')),
106106
startDate: _.get(o, 'Topcoder_Billing_Account__r.Start_Date__c'),
107107
endDate: _.get(o, 'Topcoder_Billing_Account__r.End_Date__c'),
108108
}));

0 commit comments

Comments
 (0)