glitch-javascript-sdk 1.2.1 → 1.2.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
@@ -20194,7 +20194,7 @@ var Communities = /** @class */ (function () {
20194
20194
  * @returns Promise
20195
20195
  */
20196
20196
  Communities.populateEmailTemplate = function (community_id, template_id, data, params) {
20197
- return Requests.processRoute(CommunitiesRoute.routes.createEmailTemplate, data, { community_id: community_id, template_id: template_id }, params);
20197
+ return Requests.processRoute(CommunitiesRoute.routes.populateEmailTemplate, data, { community_id: community_id, template_id: template_id }, params);
20198
20198
  };
20199
20199
  return Communities;
20200
20200
  }());