Fix typo in 'totalBytes' for WFC stats
This commit is contained in:
@@ -447,7 +447,7 @@ exports.getModule = class WaitingForCallerModule extends MenuModule {
|
|||||||
totalPosts: StatLog.getSystemStatNum(SysProps.MessageTotalCount),
|
totalPosts: StatLog.getSystemStatNum(SysProps.MessageTotalCount),
|
||||||
totalUsers: StatLog.getSystemStatNum(SysProps.TotalUserCount),
|
totalUsers: StatLog.getSystemStatNum(SysProps.TotalUserCount),
|
||||||
totalFiles: fileAreaStats.totalFiles || 0,
|
totalFiles: fileAreaStats.totalFiles || 0,
|
||||||
totalFileBytes: fileAreaStats.totalFileBytes || 0,
|
totalFileBytes: fileAreaStats.totalBytes || 0,
|
||||||
|
|
||||||
// Today's Stats
|
// Today's Stats
|
||||||
callsToday: StatLog.getSystemStatNum(SysProps.LoginsToday),
|
callsToday: StatLog.getSystemStatNum(SysProps.LoginsToday),
|
||||||
|
|||||||
Reference in New Issue
Block a user