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/cjs/index.js CHANGED
@@ -21674,7 +21674,7 @@ var SocialPosts = /** @class */ (function () {
21674
21674
  * @returns A promise
21675
21675
  */
21676
21676
  SocialPosts.create = function (data, params) {
21677
- return Requests.processRoute(SocialPostsRoute.routes.create, data, {}, params);
21677
+ return Requests.processRoute(SocialPostsRoute.routes.createPost, data, {}, params);
21678
21678
  };
21679
21679
  /**
21680
21680
  * Retrieve the information for a single post.