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
As getPublicBoards function accept multiple arguments, due to confusion in which order the arguments needs to be passed, can lead to unexpected results.
In resolution of that problem, we can change the arguments to a single object.
Currently, we are passing multiple arguments to the API helper functions.
for example
👆 source code
As
getPublicBoards
function accept multiple arguments, due to confusion in which order the arguments needs to be passed, can lead to unexpected results.In resolution of that problem, we can change the arguments to a single object.
for example
The text was updated successfully, but these errors were encountered: