Fix double-wrap of MessageReceiver pino instance
This commit is contained in:
parent
77c7c8d6ed
commit
cae8bd482f
1 changed files with 1 additions and 3 deletions
|
@ -159,9 +159,7 @@ import { CallLinkUpdateSyncType } from '../types/CallLink';
|
|||
import { bytesToUuid } from '../util/uuidToBytes';
|
||||
import { isBodyTooLong } from '../util/longAttachment';
|
||||
|
||||
const logger = createLogger('MessageReceiver');
|
||||
|
||||
const log = logger.child('MessageReceiver');
|
||||
const log = createLogger('MessageReceiver');
|
||||
|
||||
const GROUPV2_ID_LENGTH = 32;
|
||||
const RETRY_TIMEOUT = 2 * 60 * 1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue