diff --git a/desktop/src/main/ipc.ts b/desktop/src/main/ipc.ts index c5a9fdb9d..b9ddb752b 100644 --- a/desktop/src/main/ipc.ts +++ b/desktop/src/main/ipc.ts @@ -19,7 +19,7 @@ import { import { clipImageEmbedding, clipTextEmbedding, -} from "../services/clip-service"; +} from "../services/clip"; import { runFFmpegCmd } from "../services/ffmpeg"; import { getDirFiles } from "../services/fs"; import { diff --git a/desktop/src/services/clip-service.ts b/desktop/src/services/clip.ts similarity index 100% rename from desktop/src/services/clip-service.ts rename to desktop/src/services/clip.ts diff --git a/web/packages/next/types/ipc.ts b/web/packages/next/types/ipc.ts index 453b88c36..5093e2554 100644 --- a/web/packages/next/types/ipc.ts +++ b/web/packages/next/types/ipc.ts @@ -72,7 +72,7 @@ export interface Electron { clearStores: () => void; /** - * Return the previously saved encryption key from persintent safe storage. + * Return the previously saved encryption key from persistent safe storage. * * If no such key is found, return `undefined`. *