chore: cleanup extraneous memories job item definition (#18372)

This commit is contained in:
Zack Pollard 2025-05-19 15:02:44 +01:00 committed by GitHub
parent 14970c5539
commit 230c286b97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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