mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 22:11:37 +01:00
fix: ๐ channel time offline
This commit is contained in:
parent
bd91df5f00
commit
c3804851cf
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ export const getChannels = {
|
|||
|
||||
return {
|
||||
...channel,
|
||||
time_offline: Math.round((channel.time_online || 0) / 1000),
|
||||
time_offline: Math.round((channel.time_offline || 0) / 1000),
|
||||
time_online: Math.round((channel.time_online || 0) / 1000),
|
||||
partner_node_info: {
|
||||
...nodeInfo,
|
||||
|
|
Loadingโฆ
Add table
Reference in a new issue