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 difference (and thus the bug) here is that GroupJoinRequest has fields like user, group, ... (which the Roblox API doesn't return) and GetJoinRequest has the correct fields: requester & created.
The implementation of these methods is correct, this is a typing bug only.
Group.getJoinRequests has a return type of GroupJoinRequest (only declared and used in that file) with incorrect fields.
The method is basically a proxy to GroupsAPI.getJoinRequests which has a return type of GetJoinRequests.
The difference (and thus the bug) here is that GroupJoinRequest has fields like user, group, ... (which the Roblox API doesn't return) and GetJoinRequest has the correct fields: requester & created.
The implementation of these methods is correct, this is a typing bug only.
BLOXY-14
The text was updated successfully, but these errors were encountered: