Skip to content

Commit 431e4e3

Browse files
committed
fix(plugins): clean status snapshot contracts lint
1 parent d182ec0 commit 431e4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/status-snapshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function buildPluginRecordFromInstalledIndex(
117117
httpRoutes: 0,
118118
hookCount: 0,
119119
configSchema: false,
120-
contracts: { ...(manifest?.contracts ?? {}) },
120+
contracts: manifest?.contracts,
121121
dependencyStatus: buildSnapshotPluginDependencyStatus({
122122
rootDir: plugin.rootDir,
123123
dependencies: manifest?.packageDependencies,

0 commit comments

Comments
 (0)