nylas/nylas-java

FindAttachmentQueryParams builder returns FindEventQueryParams

Closed this issue · 3 comments

Describe the bug
The return type of FindAttachmentQueryParams.Builder.build() method is defined as FindEventQueryParams

To Reproduce
See code: https://github.com/nylas/nylas-java/blob/main/src/main/kotlin/com/nylas/models/FindAttachmentQueryParams.kt

Expected behavior
Should return FindAttachmentQueryParams

SDK Version:
2.1.0

Passed along to the team. Thanks for reporting!

Addressed with PR #208 Thanks for reporting @flokle 😊

Thanks for the fix @atejada!

@flokle fix will be included in the next release!