Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I think it should change to: Promise<string | undefined> #25

Open
FarzanKh opened this issue Nov 7, 2020 · 1 comment
Open

I think it should change to: Promise<string | undefined> #25

FarzanKh opened this issue Nov 7, 2020 · 1 comment

Comments

@FarzanKh
Copy link

FarzanKh commented Nov 7, 2020

public async getMessageBody(inCallOptions: ICallOptions): Promise<string> {

@TomFrink
Copy link

Due to this breaking change in Typescript
I switched this in Contacts:
public deleteContact(inID: string): Promise<string | void>
And this in SMTP:
public sendMessage(inOptions: SendMailOptions): Promise<string | void> {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants