Rename
This commit is contained in:
parent
00c0780de1
commit
cb0b549027
2 changed files with 3 additions and 3 deletions
|
@ -49,14 +49,14 @@ const EXIF_TAGS_NEEDED = [
|
|||
"MetadataDate",
|
||||
];
|
||||
|
||||
export const NULL_EXTRACTED_METADATA: ParsedExtractedMetadata = {
|
||||
const NULL_EXTRACTED_METADATA: ParsedExtractedMetadata = {
|
||||
location: NULL_LOCATION,
|
||||
creationTime: null,
|
||||
width: null,
|
||||
height: null,
|
||||
};
|
||||
|
||||
export interface ExtractMetadataResult {
|
||||
interface ExtractMetadataResult {
|
||||
metadata: Metadata;
|
||||
publicMagicMetadata: FilePublicMagicMetadataProps;
|
||||
}
|
|
@ -51,7 +51,7 @@ import { hasFileHash } from "utils/upload";
|
|||
import * as convert from "xml-js";
|
||||
import { getFileStream } from "../readerService";
|
||||
import { getFileType } from "../typeDetectionService";
|
||||
import { extractAssetMetadata, getLivePhotoFileType } from "./metadataService";
|
||||
import { extractAssetMetadata } from "./metadata";
|
||||
import publicUploadHttpClient from "./publicUploadHttpClient";
|
||||
import type { ParsedMetadataJSON } from "./takeout";
|
||||
import {
|
||||
|
|
Loading…
Add table
Reference in a new issue