Skip to content

Commit

Permalink
changed back
Browse files Browse the repository at this point in the history
  • Loading branch information
NEUDitao committed Nov 14, 2020
1 parent ad88889 commit 6401447
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/server/src/queue/queue.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ export class QueueService {
relations: ['creator', 'taHelped'],
where: {
queueId,
status: In(StatusSentToCreator),
status: In([
...StatusInPriorityQueue,
...StatusInQueue,
...OpenQuestionStatus.Helping,
]),
},
});

Expand Down

0 comments on commit 6401447

Please sign in to comment.