fix on grammert
This commit is contained in:
parent
2846804234
commit
1df3df97b6
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export default class Connection {
|
|||
const phr = msg.punchHoleResponse;
|
||||
const rr = msg.relayResponse;
|
||||
if (phr) {
|
||||
if (phr.failure != rendezvous.PunchHoleResponse_Failure.UNKNOWN) {
|
||||
if (phr.failure != rendezvous.PunchHoleResponse_Failure.UNRECOGNIZED) {
|
||||
switch (phr?.failure) {
|
||||
case rendezvous.PunchHoleResponse_Failure.ID_NOT_EXIST:
|
||||
this.msgbox("error", "Error", "ID does not exist");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue