Update the generator for BookIds.
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-03 20:35:48 +03:00
parent 1842ebc32c
commit dd06829f31
+1 -1
View File
@@ -119,7 +119,7 @@ defmodule DecentralisedBookIndex.Generators do
count =
opts[:count] || 2
types = ["isbn10", "isbn13", "asin"]
types = ["isbn", "isbn13", "asin"]
if count > length(types), do: count = length(types)