mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
fix(plugins): satisfy registry repair lint
This commit is contained in:
@@ -41,7 +41,7 @@ function mergeInstallRecords(
|
||||
): Record<string, PluginInstallRecord> {
|
||||
return {
|
||||
...legacyRecords,
|
||||
...(ledgerRecords ?? {}),
|
||||
...ledgerRecords,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user