Skip to content

Commit

Permalink
lib/dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Nov 14, 2023
1 parent ffccf98 commit a13cc3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/web/pubnub.js
Original file line number Diff line number Diff line change
Expand Up @@ -5386,7 +5386,7 @@
prepareParams: function (_modules, params) {
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
var queryParams = {};
queryParams.include = ['uuid.status', 'uuid.type', 'type'];
queryParams.include = ['uuid.status', 'uuid.type', 'status'];
if (params === null || params === void 0 ? void 0 : params.include) {
if ((_a = params.include) === null || _a === void 0 ? void 0 : _a.customFields) {
queryParams.include.push('custom');
Expand Down
2 changes: 1 addition & 1 deletion dist/web/pubnub.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/core/endpoints/objects/member/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var endpoint = {
prepareParams: function (_modules, params) {
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
var queryParams = {};
queryParams.include = ['uuid.status', 'uuid.type', 'type'];
queryParams.include = ['uuid.status', 'uuid.type', 'status'];
if (params === null || params === void 0 ? void 0 : params.include) {
if ((_a = params.include) === null || _a === void 0 ? void 0 : _a.customFields) {
queryParams.include.push('custom');
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a13cc3c

Please sign in to comment.