-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix issue stuck sending #3808
Fix issue stuck sending #3808
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Codecov Report
@@ Coverage Diff @@
## master #3808 +/- ##
==========================================
+ Coverage 90.13% 90.13% +<.01%
==========================================
Files 114 114
Lines 7549 7553 +4
==========================================
+ Hits 6804 6808 +4
Misses 745 745
Continue to review full report at Codecov.
|
@@ -27,7 +28,10 @@ export class PushQueue { | |||
// Order by badge (because the payload is badge dependant) | |||
// and createdAt to fix the order | |||
const order = isPushIncrementing(body) ? 'badge,createdAt' : 'createdAt'; | |||
|
|||
where = deepcopy(where); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice :-)
No description provided.