Skip to content

Commit

Permalink
Merge pull request Roll20#13103 from trevor-coleman/SWN/add-adventure…
Browse files Browse the repository at this point in the history
…r-option

fix(Stars_Without_Number_Revised): Build HTML wth changes
  • Loading branch information
NorWhal authored Jul 16, 2024
2 parents 8097154 + 0f04384 commit 0bed445
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Stars_Without_Number_Revised/Source/ts/autofill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ const fillRepeatingSectionFromData = (sName: string, data: {[key: string]: Attri
}, {});
}).reduce((m, o) => Object.assign(m, o), {});
setAttrs(setting, {}, callback);
};
};
Loading

0 comments on commit 0bed445

Please sign in to comment.