Skip to content

Commit

Permalink
Quiet a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Aug 23, 2024
1 parent 911e4aa commit 2b8a66a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module/datasworn2/ids.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export const lookupLegacyId = (dsid: string): string => {
!legacyId &&
!dsid.includes('sundered_isles') &&
!dsid.includes('oracle_rollable.row:') &&
!dsid.includes('truth:classic')
!dsid.includes('truth:classic') &&
!dsid.startsWith('delve_site')
) {
console.log('!!! No legacy ID for', dsid)
}
Expand Down

0 comments on commit 2b8a66a

Please sign in to comment.