Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(encryption): handle empty encryptionModules fine
`[].find(...)` will return `undefined`. `undefined[0]` throws an exception. Handle this case more gracefully. Signed-off-by: Max <[email protected]>
- Loading branch information