cfpb / regtech-cleanup-api

Repo holding the cleanup-api for deleting institutions and filing data after test runs
0 stars 0 forks source link

Remove async implentation from filing cleanup #31

Closed guffee23 closed 6 days ago

guffee23 commented 1 week ago

The filing-cleanup side of regtech-cleanup-api currently uses async due to references in sbl-filing-api implementing an async design. Copy over all the functions and models referenced in sbl-filing-api so that a synchronous approach can be used in regtech-cleanup-api.