mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:20:43 +00:00
fix(plugins): satisfy slot registry type
This commit is contained in:
@@ -25,7 +25,7 @@ type SlotSelectionPlugin = {
|
||||
};
|
||||
|
||||
type SlotSelectionRegistry = {
|
||||
plugins: readonly SlotSelectionPlugin[];
|
||||
plugins: SlotSelectionPlugin[];
|
||||
};
|
||||
|
||||
function mergeRuntimeKinds(
|
||||
|
||||
Reference in New Issue
Block a user