glitch-javascript-sdk 0.6.3 → 0.6.4

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/esm/index.js CHANGED
@@ -35498,7 +35498,7 @@ var SocialPosts = /** @class */ (function () {
35498
35498
  * @returns A promise
35499
35499
  */
35500
35500
  SocialPosts.create = function (data, params) {
35501
- return Requests.processRoute(SocialPostsRoute.routes.create, data, {}, params);
35501
+ return Requests.processRoute(SocialPostsRoute.routes.createPost, data, {}, params);
35502
35502
  };
35503
35503
  /**
35504
35504
  * Retrieve the information for a single post.