backend-manager 3.0.12 → 3.0.13
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.0.
|
|
3
|
+
"version": "3.0.13",
|
|
4
4
|
"description": "Quick tools for developing Firebase functions",
|
|
5
5
|
"main": "src/manager/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -69,4 +69,4 @@
|
|
|
69
69
|
"wonderful-log": "^1.0.5",
|
|
70
70
|
"yargs": "^17.7.2"
|
|
71
71
|
}
|
|
72
|
-
}
|
|
72
|
+
}
|
|
@@ -144,7 +144,7 @@ Module.prototype.updateStats = function (existingData) {
|
|
|
144
144
|
await _countUsersOnline(sessionsApp);
|
|
145
145
|
|
|
146
146
|
// Count users online (in new session)
|
|
147
|
-
await _countUsersOnline(
|
|
147
|
+
await _countUsersOnline(sessionsOnline);
|
|
148
148
|
|
|
149
149
|
if (error) {
|
|
150
150
|
return reject(error);
|