Skip to content

Commit

Permalink
Links in oracle results
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Aug 21, 2024
1 parent 05a4945 commit ac59ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/datasworn2/import/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ for (const collection of collections) {
const rowId = hash(lookupLegacyId(row._id))
return {
range: [row.roll.min, row.roll.max],
text: row.text,
text: renderLinksInStr(row.text),
_key: `!tables.results!${fid}.${rowId}`,
_id: rowId
}
Expand Down

0 comments on commit ac59ffd

Please sign in to comment.