We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f7518 commit a6d6d9bCopy full SHA for a6d6d9b
1 file changed
src/services.js
@@ -86,7 +86,7 @@ const createProperties = (repo, pageHash, dependsOn, { systems, owners, structur
86
}
87
88
// Always have to check the hash afterwards, excluding the hash and the key
89
- const hashProperties = properties
+ const hashProperties = Object.assign({}, properties)
90
// Add the links if they exist to the hash
91
if (repo.metadata?.links) {
92
hashProperties.links = repo.metadata?.links
0 commit comments