Fix linting

This commit is contained in:
yangdx
2025-03-23 00:30:18 +08:00
parent 31c7923067
commit ba07ec86a5
4 changed files with 17 additions and 17 deletions

View File

@@ -43,7 +43,7 @@ const useBackendStateStoreBase = create<BackendState>()((set) => ({
health.api_version || null
);
}
set({
health: true,
message: null,