[Chore/bugfix] fix the receive status code 384 to 348 that i wanted to put.

This commit is contained in:
Sakamoto Shiina
2024-08-10 11:13:26 +09:00
parent be6e29515d
commit 2218d4615e

View File

@@ -27,7 +27,7 @@ export const useReceiveRoutes = () => {
(route) ? route({ data: parsed_data.result }) : console.error(`Invalid endpoint: ${parsed_data.endpoint}`);
break;
case 384:
case 348:
console.log("from backend:", parsed_data);
break;