7277fe203d
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>