chore: unreachable state is not ready

This commit is contained in:
jialin
2025-01-10 15:53:14 +08:00
parent 8282f48cdb
commit 67e050bd6f
+1 -1
View File
@@ -9,7 +9,7 @@ export const WorkerStatusMap = {
export const WorkerStatusMapValue = {
[WorkerStatusMap.ready]: 'Ready',
[WorkerStatusMap.not_ready]: 'Not Ready',
[WorkerStatusMap.unreachable]: 'Unreachable'
[WorkerStatusMap.unreachable]: 'Not Ready'
};
export const status: any = {