Fix lint.
This commit is contained in:
@@ -18,18 +18,6 @@ const modelRegistryState = {
|
||||
available: [] as Array<Record<string, unknown>>,
|
||||
};
|
||||
|
||||
class AuthStorage {}
|
||||
|
||||
class ModelRegistry {
|
||||
getAll() {
|
||||
return modelRegistryState.models;
|
||||
}
|
||||
|
||||
getAvailable() {
|
||||
return modelRegistryState.available;
|
||||
}
|
||||
}
|
||||
|
||||
vi.mock("../config/config.js", () => ({
|
||||
CONFIG_PATH: "/tmp/openclaw.json",
|
||||
STATE_DIR: "/tmp/openclaw-state",
|
||||
|
||||
Reference in New Issue
Block a user