Move to utils

This commit is contained in:
Manav Rathi
2024-09-25 10:23:50 +05:30
parent c01a439b81
commit 3449021272
3 changed files with 2 additions and 2 deletions

View File

@@ -3,8 +3,8 @@ import log from "@/base/log";
import type { EnteFile } from "@/new/photos/types/file";
import { nullToUndefined } from "@/utils/transform";
import { z } from "zod";
import { gunzip, gzip } from "../../utils/gzip";
import { fetchFileData, putFileData } from "../file-data";
import { gunzip, gzip } from "../gzip";
import { type RemoteCLIPIndex } from "./clip";
import { type RemoteFaceIndex } from "./face";

View File

@@ -5,7 +5,7 @@ import {
} from "@/base/crypto";
import { nullToUndefined } from "@/utils/transform";
import { z } from "zod";
import { gunzip } from "../gzip";
import { gunzip } from "../../utils/gzip";
import { applyCGroupDiff } from "../ml/db";
import type { CGroup } from "../ml/people";
import {