test(web): serverState

This commit is contained in:
Zack Spear
2023-09-28 15:41:09 -07:00
committed by Zack Spear
parent d0da1f4e39
commit 396b98da01

View File

@@ -29,7 +29,7 @@ const randomGuid = `1111-1111-${makeid(4)}-123412341234`; // this guid is regist
// EBLACKLISTED1
// EBLACKLISTED2
// ENOCONN
const state: ServerState = 'UNLEASHED';
const state: ServerState = 'ENOKEYFILE';
let regDev = 0;
let regTy = '';
switch (state) {