Skip to content

Commit

Permalink
fix: getChannelMembers status field include
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub authored Nov 14, 2023
1 parent 291b212 commit ffccf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/endpoints/objects/member/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const endpoint = {

prepareParams: (_modules, params) => {
const queryParams = {};
queryParams.include = ['uuid.status', 'uuid.type', 'type'];
queryParams.include = ['uuid.status', 'uuid.type', 'status'];

if (params?.include) {
if (params.include?.customFields) {
Expand Down

0 comments on commit ffccf98

Please sign in to comment.