glitch-javascript-sdk 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -22794,8 +22794,8 @@ var Influencers = /** @class */ (function () {
22794
22794
  *
22795
22795
  * @returns promise
22796
22796
  */
22797
- Influencers.viewInfluencer = function (params) {
22798
- return Requests.processRoute(InfluencerRoutes.routes.viewInfluencer, undefined, undefined, params);
22797
+ Influencers.viewInfluencer = function (influencer_id, params) {
22798
+ return Requests.processRoute(InfluencerRoutes.routes.viewInfluencer, undefined, { influencer_id: influencer_id }, params);
22799
22799
  };
22800
22800
  return Influencers;
22801
22801
  }());