@plusscommunities/pluss-core-aws 1.5.5 → 1.5.6

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.
@@ -123,7 +123,7 @@ const getEventMatches = async (users, audienceTypeSelection) => {
123
123
  for (let i = 0; i < eventAudiences.length; i++) {
124
124
  eventAudiences[0];
125
125
  const eventRep = await getRef(
126
- "eventReps",
126
+ "eventreps",
127
127
  "RowId",
128
128
  getRowId(
129
129
  eventAudiences[0].AudienceTypeSelection.RowId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-core-aws",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "Core extension package for Pluss Communities platform",
5
5
  "scripts": {
6
6
  "betapatch": "npm version prepatch --preid=beta",