mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: cleanup extraneous memories job item definition (#18372)
This commit is contained in:
parent
14970c5539
commit
230c286b97
1 changed files with 1 additions and 5 deletions
|
|
@ -361,11 +361,7 @@ export type JobItem =
|
||||||
| { name: JobName.NOTIFY_SIGNUP; data: INotifySignupJob }
|
| { name: JobName.NOTIFY_SIGNUP; data: INotifySignupJob }
|
||||||
|
|
||||||
// Version check
|
// Version check
|
||||||
| { name: JobName.VERSION_CHECK; data: IBaseJob }
|
| { name: JobName.VERSION_CHECK; data: IBaseJob };
|
||||||
|
|
||||||
// Memories
|
|
||||||
| { name: JobName.MEMORIES_CLEANUP; data?: IBaseJob }
|
|
||||||
| { name: JobName.MEMORIES_CREATE; data?: IBaseJob };
|
|
||||||
|
|
||||||
export type VectorExtension = DatabaseExtension.VECTOR | DatabaseExtension.VECTORS;
|
export type VectorExtension = DatabaseExtension.VECTOR | DatabaseExtension.VECTORS;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue