mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Fix some import cycles
This commit is contained in:
@@ -26,14 +26,14 @@ import { strictAssert } from '../util/assert.std.js';
|
||||
import {
|
||||
cleanupAllMessageAttachmentFiles,
|
||||
cleanupAttachmentFiles,
|
||||
} from '../types/Message2.preload.js';
|
||||
cleanupMessages,
|
||||
} from '../util/cleanup.preload.js';
|
||||
import { DataReader, DataWriter } from '../sql/Client.preload.js';
|
||||
import { generateAci } from '../types/ServiceId.std.js';
|
||||
import {
|
||||
testAttachmentLocalKey,
|
||||
testPlaintextHash,
|
||||
} from '../test-helpers/attachments.node.js';
|
||||
import { cleanupMessages } from '../util/cleanup.preload.js';
|
||||
|
||||
const { emptyDir, ensureFile } = fsExtra;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user