mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 18:11:27 +03:00
fix on grammert
This commit is contained in:
@@ -69,7 +69,7 @@ export default class Connection {
|
|||||||
const phr = msg.punchHoleResponse;
|
const phr = msg.punchHoleResponse;
|
||||||
const rr = msg.relayResponse;
|
const rr = msg.relayResponse;
|
||||||
if (phr) {
|
if (phr) {
|
||||||
if (phr.failure != rendezvous.PunchHoleResponse_Failure.UNKNOWN) {
|
if (phr.failure != rendezvous.PunchHoleResponse_Failure.UNRECOGNIZED) {
|
||||||
switch (phr?.failure) {
|
switch (phr?.failure) {
|
||||||
case rendezvous.PunchHoleResponse_Failure.ID_NOT_EXIST:
|
case rendezvous.PunchHoleResponse_Failure.ID_NOT_EXIST:
|
||||||
this.msgbox("error", "Error", "ID does not exist");
|
this.msgbox("error", "Error", "ID does not exist");
|
||||||
|
|||||||
Reference in New Issue
Block a user