Skip to content

Commit

Permalink
Fix genre/form comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
kwahlin committed Aug 25, 2023
1 parent 8f96b44 commit aecc90d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class GenreForm extends StuffSet {
|| it['@id'] == 'https://id.kb.se/term/barngf/L%C3%A4ttl%C3%A4sta%20b%C3%B6cker'
|| it['prefLabel'] == 'Lättläst'
}
a.find(lattLast).asBoolean() == b.findResult(lattLast).asBoolean()
a.any(lattLast) == b.any(lattLast)
}

@Override
Expand Down

0 comments on commit aecc90d

Please sign in to comment.