You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BoardListOption field BoardType was incorrectly mapped to boardType
instead of type. This commit fixes it. A generic test helper
function (testRequestParams) is added in order to improve the
effectiveness of the unit test.
Fixesandygrunwald#213
The BoardListOption field BoardType was incorrectly mapped to boardType
instead of type. This commit fixes it. A generic test helper
function (testRequestParams) is added in order to improve the
effectiveness of the unit test.
Fixes#213
according to the docs BoardListOptions.BoardType should be mapped to type, now it's boardType.
Because of this, filtering boards based on type does not work.
Shall I create a PR?
The text was updated successfully, but these errors were encountered: