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
Destiny.HistoricalStats.DestinyActivityHistoryResults.activities is nullable.
instead of containing an empty array, it'll be completely missing if there's no activities to report.
as reported here, DestinyItemManager/bungie-api-ts#2 GetMembersOfGroup GetAdminsAndFounderOfGroup GetBannedMembersOfGroup GetPendingMemberships GetInvitedIndividuals
list currentpage as a path parameter,
but i am pretty sure it's actually a query parameter.
actually, the latter is partially a duplicate of #192 / #124
The text was updated successfully, but these errors were encountered:
Destiny.HistoricalStats.DestinyActivityHistoryResults.activities
is nullable.instead of containing an empty array, it'll be completely missing if there's no activities to report.
as reported here, DestinyItemManager/bungie-api-ts#2
GetMembersOfGroup
GetAdminsAndFounderOfGroup
GetBannedMembersOfGroup
GetPendingMemberships
GetInvitedIndividuals
list
currentpage
as a path parameter,but i am pretty sure it's actually a query parameter.
actually, the latter is partially a duplicate of #192 / #124
The text was updated successfully, but these errors were encountered: