Skip to content

Commit a6d6d9b

Browse files
committed
Create copy of object for hash :|
1 parent a1f7518 commit a6d6d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const createProperties = (repo, pageHash, dependsOn, { systems, owners, structur
8686
}
8787

8888
// Always have to check the hash afterwards, excluding the hash and the key
89-
const hashProperties = properties
89+
const hashProperties = Object.assign({}, properties)
9090
// Add the links if they exist to the hash
9191
if (repo.metadata?.links) {
9292
hashProperties.links = repo.metadata?.links

0 commit comments

Comments
 (0)