This commit is contained in:
Manav Rathi 2024-04-10 11:06:18 +05:30
parent 8bcf77b7f7
commit 170aef9b30
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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`.
*