glitch-javascript-sdk 0.4.1 → 0.4.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
@@ -16830,7 +16830,7 @@ var Competitions = /** @class */ (function () {
16830
16830
  * @returns promise
16831
16831
  */
16832
16832
  Competitions.me = function (competition_id, params) {
16833
- return Requests.processRoute(CompetitionRoutes.routes.allLeaderboards, {}, { competition_id: competition_id }, params);
16833
+ return Requests.processRoute(CompetitionRoutes.routes.me, {}, { competition_id: competition_id }, params);
16834
16834
  };
16835
16835
  return Competitions;
16836
16836
  }());