backend-manager 3.2.47 → 3.2.48

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "3.2.47",
3
+ "version": "3.2.48",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -385,7 +385,7 @@ Module.prototype.addToSendGridList = function (user) {
385
385
  })
386
386
  .then((r) => {
387
387
  assistant.log('addToSendGridList(): Success', r)
388
- return resolve(res);
388
+ return resolve(r);
389
389
  })
390
390
  .catch((e) => {
391
391
  assistant.error('addToSendGridList(): Failed', e)