backend-manager 2.1.0 → 2.1.1

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": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -65,4 +65,4 @@
65
65
  "src/",
66
66
  "templates/"
67
67
  ]
68
- }
68
+ }
@@ -117,7 +117,8 @@ Module.prototype.main = function () {
117
117
  payload: {
118
118
  title: payload.data.payload.title,
119
119
  body: `"${payload.data.payload.title}" was just published on our blog. It's a great read and we think you'll enjoy the content!`,
120
- click_action: `${Manager.config.brand.url}/${postUrl}`,
120
+ // click_action: `${Manager.config.brand.url}/${postUrl}`,
121
+ click_action: Manager.config.brand.url,
121
122
  icon: Manager.config.brand.brandmark,
122
123
  }
123
124
  }),