Skip to content

Commit 0b39e1e

Browse files
committed
2 parents 9d70c0f + 47f4fe8 commit 0b39e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AbstractConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ protected void writePushClientIdentity(final String pushClientIdentity, final Js
462462
if (pushClientIdentity != null) {
463463
object.addProperty("push_client_identity", pushClientIdentity);
464464
} else {
465-
object.add("voice_application_sid", JsonNull.INSTANCE);
465+
object.add("push_client_identity", JsonNull.INSTANCE);
466466
}
467467
}
468468

0 commit comments

Comments
 (0)