mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 21:01:43 +03:00
chore: fix lint formatting
This commit is contained in:
+6
-4
@@ -396,10 +396,12 @@ const SUBSYSTEM_COLORS = [
|
||||
"magenta",
|
||||
"red",
|
||||
] as const;
|
||||
const SUBSYSTEM_COLOR_OVERRIDES: Record<string, (typeof SUBSYSTEM_COLORS)[number]> =
|
||||
{
|
||||
"gmail-watcher": "blue",
|
||||
};
|
||||
const SUBSYSTEM_COLOR_OVERRIDES: Record<
|
||||
string,
|
||||
(typeof SUBSYSTEM_COLORS)[number]
|
||||
> = {
|
||||
"gmail-watcher": "blue",
|
||||
};
|
||||
const SUBSYSTEM_PREFIXES_TO_DROP = ["gateway", "providers"] as const;
|
||||
const SUBSYSTEM_MAX_SEGMENTS = 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user