fix(plugins): satisfy registry repair lint

This commit is contained in:
Vincent Koc
2026-04-25 12:17:59 -07:00
parent 793b58b3f1
commit 958146bbac

View File

@@ -41,7 +41,7 @@ function mergeInstallRecords(
): Record<string, PluginInstallRecord> {
return {
...legacyRecords,
...(ledgerRecords ?? {}),
...ledgerRecords,
};
}