Skip to content

Commit

Permalink
🐛 Added line
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Oct 8, 2024
1 parent 00f052d commit a775926
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/api/src/@core/@core-services/queues/queue.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ import { Queues } from './types';
{
name: Queues.RAG_DOCUMENT_PROCESSING,
},
{
name: Queues.THIRD_PARTY_DATA_INGESTION,
},
),
],
providers: [BullQueueService],
Expand Down

0 comments on commit a775926

Please sign in to comment.