-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
[NEW] Implement Queue service #27531
Conversation
Codecov Report
@@ Coverage Diff @@
## feat/chat-transcript #27531 +/- ##
========================================================
- Coverage 41.09% 41.02% -0.07%
========================================================
Files 845 845
Lines 18291 18291
Branches 2078 2078
========================================================
- Hits 7516 7504 -12
- Misses 10504 10516 +12
Partials 271 271
Flags with carried forward coverage won't be shown. Click here to find out more. |
export type HealthAggResult = { | ||
total: number; | ||
type: string; | ||
status: 'Rejected' | 'In progress'; |
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.
Can we make this enum pls? Just to avoid typo's
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.
typos would produce a type error anyways, but i can make it 👀
99d1440
to
af3ec69
Compare
eef7485
to
f9441a0
Compare
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
OC-496
OC-497
OC-498