-
Notifications
You must be signed in to change notification settings - Fork 571
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
Add subscription routes #3156
Add subscription routes #3156
Conversation
a2b02ef
to
c3f04dc
Compare
a769904
to
95e5411
Compare
c3f04dc
to
010ed82
Compare
95e5411
to
9e11d24
Compare
04d4712
to
345cca1
Compare
9e11d24
to
521927d
Compare
345cca1
to
49a80c1
Compare
521927d
to
7670fe4
Compare
49a80c1
to
94fb72f
Compare
0d1f067
to
3eb091e
Compare
94fb72f
to
c00498c
Compare
const { dids } = req | ||
|
||
return { | ||
subscriptionEntitlements: await db.db |
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.
we want to make sure these are returned in the same order as the params
and that the response as undefined
as the array item that corresponds to each param that does not have entitlements
you can find similar logic in other dataplane routes such as in the relationships
file
Closing this as we'll make change the approach a bit to do some parts of it in bsync. Parts of this code will be used in a future PR. |
No description provided.