The function lsp20VerifyCall() has two calls to _verifyPermissions(); however, only the first one is followed by an emit.
This might make debugging transaction more difficult. Also indexed data by protocols like TheGraph will be incomplete.
LSP6KeyManagerCore.sol#L249-L296
Add an emit after the second call to _verifyPermissions():
