Skip to content

Commit

Permalink
Remove unnecessary comments (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch authored Apr 24, 2024
1 parent 1ef01f8 commit 616d03c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/sdk-core/src/sinch-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,11 @@ export class SinchClient {
* @param {SinchClientParameters} params - The object containing the Sinch credentials.
*/
constructor(params: SinchClientParameters) {
// Initialize the "Conversation" API
this.conversation = new ConversationService(params);

// Initialize the "Fax" API
this.fax = new FaxService(params);

// Initialize the "Numbers" API
this.numbers = new NumbersService(params);

// Initialize the "SMS" API.
this.sms = new SmsService(params);

// Initialize the "Verification" API
this.verification = new VerificationService(params);

// Initialize the "Voice" API
this.voice = new VoiceService(params);
}
}

0 comments on commit 616d03c

Please sign in to comment.