We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854f8c3 commit 9d8f317Copy full SHA for 9d8f317
src/services/salesforceService.js
@@ -65,7 +65,7 @@ class SalesforceService {
65
}
66
const billingAccounts = _.get(res, 'data.records', []).map(o => ({
67
sfBillingAccountId: _.get(o, 'Topcoder_Billing_Account__r.Id'),
68
- tcBillingAccountId: util.parseIntStrinctly(
+ tcBillingAccountId: util.parseIntStrictly(
69
_.get(o, 'Topcoder_Billing_Account__r.TopCoder_Billing_Account_Id__c'),
70
10,
71
null, // fallback to null if cannot parse
0 commit comments