Skip to content

Commit cc80754

Browse files
committed
fix comment
1 parent c965bdd commit cc80754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/billing-accounts/billing-accounts.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class BillingAccountsService {
1919

2020
/**
2121
* 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.
22+
* Accepts a single userId (number).
2323
*/
2424
async listByUserId(userId: number) {
2525
const { accessToken, instanceUrl } = await this.salesforce.authenticate();

0 commit comments

Comments
 (0)