Skip to content

Commit

Permalink
Fixes typo in ClientConverter
Browse files Browse the repository at this point in the history
Fixes #2657
  • Loading branch information
otsakir committed Nov 23, 2017
1 parent 539000c commit 92328c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ protected void writePushClientIdentity(final String pushClientIdentity, final Js
if (pushClientIdentity != null) {
object.addProperty("push_client_identity", pushClientIdentity);
} else {
object.add("voice_application_sid", JsonNull.INSTANCE);
object.add("push_client_identity", JsonNull.INSTANCE);
}
}

Expand Down

0 comments on commit 92328c2

Please sign in to comment.