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
The filing cleanup side utilized async calls from sbl-filing-api which has async session implementation.
The filing-cleanup portion was changed to a synchronous implementation in the cleanup-api causing issues with the async references in the sbl-filing-api.
To remedy this, all of the models and functions used from sbl-filing were copied over to the cleanup-api.
After sbl-filing-api is changed to synchronous session implementation, update filing-cleanup side to use the sbl-filing functions.
The text was updated successfully, but these errors were encountered:
guffee23
changed the title
Update filing cleanup from async to sync
Update filing cleanup from async to sync to use sbl-filing models and functions
Sep 6, 2024
guffee23
changed the title
Update filing cleanup from async to sync to use sbl-filing models and functions
Update filing cleanup to use sbl-filing models and functions
Sep 6, 2024
The filing cleanup side utilized async calls from
sbl-filing-api
which has async session implementation.The
filing-cleanup
portion was changed to a synchronous implementation in the cleanup-api causing issues with the async references in thesbl-filing-api
.To remedy this, all of the models and functions used from
sbl-filing
were copied over to thecleanup-api
.After
sbl-filing-api
is changed to synchronous session implementation, updatefiling-cleanup
side to use thesbl-filing
functions.The text was updated successfully, but these errors were encountered: