Files
backstage/plugins/vault-backend/src
Gabor Galazzo 7277fe203d Simplify recursive function in vault-backend plugin
The update removes a lock inside a recursive function in the vault-backend plugin's vaultApi.ts file. This change helps to prevent potential deadlocks, improving the performance and overall reliability of the code by ensuring it does not get stuck in a locked state.

Signed-off-by: Gabor Galazzo <gabor.galazzo@gmail.com>
2024-03-19 10:48:40 +01:00
..