Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QueueSize fix #347

Merged
merged 2 commits into from
Sep 23, 2020
Merged

QueueSize fix #347

merged 2 commits into from
Sep 23, 2020

Conversation

NEUDitao
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Sep 22, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/sandboxneu/office-hours/b6jyqqlro
✅ Preview: https://office-hours-git-el-ws-queuesize-fix.sandboxneu.vercel.app

@NEUDitao NEUDitao linked an issue Sep 22, 2020 that may be closed by this pull request
1 task
@@ -84,7 +84,7 @@ export class QueueModel extends BaseEntity {

async addQueueSize(): Promise<void> {
this.queueSize = await QuestionModel.openInQueue(this.id)
.where('question.status IN (:...openStatus)', {
.andWhere('question.status IN (:...openStatus)', {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

damn

@liustanley liustanley merged commit a5b828c into master Sep 23, 2020
@willstenzel willstenzel deleted the el-ws-queuesize-fix branch September 23, 2020 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix incorrect queue size
4 participants