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 c965bdd commit cc80754Copy full SHA for cc80754
1 file changed
src/billing-accounts/billing-accounts.service.ts
@@ -19,7 +19,7 @@ export class BillingAccountsService {
19
20
/**
21
* List billing accounts one or more user IDs have access to (via Salesforce resource object).
22
- * Accepts a single userId (number) or an array of userId strings.
+ * Accepts a single userId (number).
23
*/
24
async listByUserId(userId: number) {
25
const { accessToken, instanceUrl } = await this.salesforce.authenticate();
0 commit comments