mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -5,8 +5,8 @@ import { isFunction, isTypedArray, isUndefined, omit } from 'lodash';
|
||||
import type {
|
||||
AttachmentType,
|
||||
LocalAttachmentV2Type,
|
||||
} from '../../types/Attachment';
|
||||
import type { LoggerType } from '../../types/Logging';
|
||||
} from '../../types/Attachment.js';
|
||||
import type { LoggerType } from '../../types/Logging.js';
|
||||
|
||||
export async function migrateDataToFileSystem(
|
||||
attachment: AttachmentType,
|
||||
|
||||
Reference in New Issue
Block a user