mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +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 }
|
||||
|
||||
// Version check
|
||||
| { name: JobName.VERSION_CHECK; data: IBaseJob }
|
||||
|
||||
// Memories
|
||||
| { name: JobName.MEMORIES_CLEANUP; data?: IBaseJob }
|
||||
| { name: JobName.MEMORIES_CREATE; data?: IBaseJob };
|
||||
| { name: JobName.VERSION_CHECK; data: IBaseJob };
|
||||
|
||||
export type VectorExtension = DatabaseExtension.VECTOR | DatabaseExtension.VECTORS;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue