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

Mismatch between the return type of the checkV2CustomDomain method and its actual returned value #3

Closed
pfabrikant opened this issue Feb 15, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@pfabrikant
Copy link

Describe the bug
The return type of the method is Promise<Email[] | undefined>
The actual returned value is something like
{ email: [{...}] }, so a property that does not exist on the type
To Reproduce
Steps to reproduce the behavior:
call the method and check the actual returned payload

Expected behavior
The type and returned value match

@pfabrikant pfabrikant added the bug Something isn't working label Feb 15, 2024
@AlexanderEpolite
Copy link
Member

Fixed in 4.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants