abmp-npm 1.1.68 → 1.1.69

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.
@@ -444,7 +444,7 @@ const getMemberByEmail = async email => {
444
444
  const getQAUsers = async () => {
445
445
  try {
446
446
  return await wixData
447
- .query(COLLECTIONS.QA_USERS)
447
+ .query(COLLECTIONS.QA_Users)
448
448
  .include('member')
449
449
  .find()
450
450
  .then(res => res.items.map(item => item.member));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abmp-npm",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "check-cycles": "madge --circular .",