Skip to content

Commit

Permalink
Fix typedoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsw committed Dec 14, 2023
1 parent d9051c9 commit e431751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rocrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class ROCrate {
return true;
}

__addValues(ref, prop, oldValues_, values, { duplicate = this.config.duplicate, replace = this.config.replace, merge = this.config.merge, recurse = false, seen }) {
__addValues(ref, prop, oldValues_, values, { duplicate = this.config.duplicate, replace = this.config.replace, merge = this.config.merge, recurse = false, seen = null }) {
let oldValues = Utils.asArrayRef(oldValues_);
const exists = (() => {
if (duplicate) {
Expand Down

0 comments on commit e431751

Please sign in to comment.