Skip to content

Commit

Permalink
phoneNumber property
Browse files Browse the repository at this point in the history
fix lexical bug on phoneNumer property
  • Loading branch information
denis99999 authored Feb 19, 2020
1 parent b2a3465 commit 55fd77b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public GeneratedMessageLite respond(Wire.Envelope envelope) throws InvalidProtoc
case "imsi":
value = getValueOrNull(tm::getSubscriberId);
break;
case "phonenumber":
case "phoneNumber":
value = tm.getLine1Number();
break;
case "iccid":
Expand Down

0 comments on commit 55fd77b

Please sign in to comment.