mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Qualify CJS-only module imports
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
/* eslint-disable more/no-then */
|
||||
/* eslint-disable no-param-reassign */
|
||||
|
||||
import { reject } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
|
||||
import { z } from 'zod';
|
||||
import type {
|
||||
@@ -46,6 +46,8 @@ import type { GroupSendToken } from '../types/GroupSendEndorsements.js';
|
||||
import { isSignalServiceId } from '../util/isSignalConversation.js';
|
||||
import * as Bytes from '../Bytes.js';
|
||||
|
||||
const { reject } = lodash;
|
||||
|
||||
const log = createLogger('OutgoingMessage');
|
||||
|
||||
export const enum SenderCertificateMode {
|
||||
|
||||
Reference in New Issue
Block a user