allow up to 64 study topics

tos-wording
Thibault Duplessis 2021-01-14 10:46:37 +01:00
parent 1bd0e60d70
commit 1df382d6d4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ object StudyTopics {
StudyTopics {
strs.view
.flatMap(StudyTopic.fromStr)
.take(30)
.take(64)
.toList
.distinct
}