You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have the presentation filter and associated flipper duplicated in our proxy while also having the same thing in the appts service. Additionally, there was recently an update made for requests so we need to fix it in our presentation filter. Due to a timezone issue the requests limit here needs to be updated from 1.day.from_now.end_of_day to 2.day.from_now.end_of_day. If you need more details you can reach out to Simi.
ACs:
Remove the duplicate code from our proxy
Update presentation filter for requests
Update tests as needed
The text was updated successfully, but these errors were encountered:
Right now we have the presentation filter and associated flipper duplicated in our proxy while also having the same thing in the appts service. Additionally, there was recently an update made for requests so we need to fix it in our presentation filter. Due to a timezone issue the requests limit here needs to be updated from
1.day.from_now.end_of_day
to2.day.from_now.end_of_day
. If you need more details you can reach out to Simi.ACs:
The text was updated successfully, but these errors were encountered: