Skip to content

Commit 9d8f317

Browse files
committed
fix:type
1 parent 854f8c3 commit 9d8f317

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
@@ -65,7 +65,7 @@ class SalesforceService {
6565
}
6666
const billingAccounts = _.get(res, 'data.records', []).map(o => ({
6767
sfBillingAccountId: _.get(o, 'Topcoder_Billing_Account__r.Id'),
68-
tcBillingAccountId: util.parseIntStrinctly(
68+
tcBillingAccountId: util.parseIntStrictly(
6969
_.get(o, 'Topcoder_Billing_Account__r.TopCoder_Billing_Account_Id__c'),
7070
10,
7171
null, // fallback to null if cannot parse

0 commit comments

Comments
 (0)