fix bug that blocked local mongo proxy and cassandra proxy development

This commit is contained in:
Asier Isayas
2024-04-09 11:39:11 -04:00
parent 6bdc714e11
commit 16c7b2567b
4 changed files with 15 additions and 3 deletions

View File

@@ -243,3 +243,4 @@ export async function initializeConfiguration(): Promise<ConfigContext> {
}
export { configContext };