fix: redundant array

This commit is contained in:
Adhiraj Singh
2022-03-02 00:06:56 +05:30
parent d192ffe6bc
commit 3d56d610ae

View File

@@ -189,9 +189,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
resyncMainAppState()
} else {
[
logger.info({ protocolMsg }, 'recv app state sync with 0 keys')
]
logger.info({ protocolMsg }, 'recv app state sync with 0 keys')
}
break