From c3804851cf84da9a84c32f502e240d16d8a8f76b Mon Sep 17 00:00:00 2001 From: AP Date: Thu, 21 May 2020 10:30:06 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20channel=20time=20offline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/schemas/query/channels/channels.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/schemas/query/channels/channels.ts b/api/schemas/query/channels/channels.ts index ca4768ea..260610d2 100644 --- a/api/schemas/query/channels/channels.ts +++ b/api/schemas/query/channels/channels.ts @@ -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,