backend-manager 3.2.24 → 3.2.25

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.24",
3
+ "version": "3.2.25",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -395,7 +395,7 @@ Module.prototype.sendWelcomeEmail = function (user) {
395
395
  template: 'd-b7f8da3c98ad49a2ad1e187f3a67b546',
396
396
  group: 25928,
397
397
  copy: false,
398
- sendAt: moment().add(1, 'day').unix(),
398
+ sendAt: moment().add(1, 'hour').unix(),
399
399
  data: {
400
400
  email: {
401
401
  preview: `Welcome aboard! I'm Ian, the CEO and founder of ${Manager.config.brand.name}. I'm here to ensure your journey with us gets off to a great start.`,