Attention is currently required from: dexter.
Patch set 1:Code-Review +1
1 comment:
File src/esipa_rest_utils.erl:
{ipaEuiccDataResponseError, IpaEuiccDataResponseError} ->
Why don't you just extract the value from a map in-place?
```suggestion
{ipaEuiccDataResponseError,
#{ipaEuiccDataErrorCode := IpaEuiccDataResponseError}} ->
```
To view, visit change 42883. To unsubscribe, or for help writing mail filters, visit settings.