Attention is currently required from: dexter.
fixeria has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/onomondo-eim/+/42883?usp=email )
Change subject: esipa_rest_utils: align IpaEuiccDataResponse to SGP.32 V.1.2 ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File src/esipa_rest_utils.erl:
https://gerrit.osmocom.org/c/onomondo-eim/+/42883/comment/763f12cb_d7e0700a?... : PS1, Line 553: {ipaEuiccDataResponseError, IpaEuiccDataResponseError} -> : Why don't you just extract the value from a map in-place? ```suggestion {ipaEuiccDataResponseError, #{ipaEuiccDataErrorCode := IpaEuiccDataResponseError}} -> ```