Skip to content

Commit

Permalink
chore: fix typo in default collection type
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed Jul 5, 2024
1 parent 1a9f84a commit eeaaffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ case class CollectionConfig(
frontsToolSettings: Option[FrontsToolSettings])

object CollectionConfig {
val DefaultCollectionType = "fixed/small/slow-VI"
val DefaultCollectionType = "fixed/small/slow-IV"

val empty = CollectionConfig(
displayName = None,
Expand Down

0 comments on commit eeaaffd

Please sign in to comment.