mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 09:58:12 +01:00
Qualify CJS-only module imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Copyright 2020 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { last, sortBy } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
|
||||
import { createLogger } from '../logging/log.js';
|
||||
import { DataReader, DataWriter, deleteAndCleanup } from '../sql/Client.js';
|
||||
@@ -18,6 +18,8 @@ import {
|
||||
getMessageQueryFromTarget,
|
||||
} from './syncIdentifiers.js';
|
||||
|
||||
const { last, sortBy } = lodash;
|
||||
|
||||
const log = createLogger('deleteForMe');
|
||||
|
||||
const { getMostRecentAddressableMessages } = DataReader;
|
||||
|
||||
Reference in New Issue
Block a user