Fix initial sources.manyDecks value to match List type
Build and push CoqDecks / build (push) Successful in 2m51s

Changed from Nothing (Maybe) to [] (List) to match the updated
Source.Info type that stores manyDecks as a list of instances.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-29 21:50:43 +00:00
parent b6fca769a3
commit fc89da4f2f
+1 -1
View File
@@ -89,7 +89,7 @@ init flags url key =
, notifications = Notifications.init
, remoteMode = remoteMode
, serverVersion = Nothing
, sources = { builtIn = Nothing, manyDecks = Nothing, jsonAgainstHumanity = Nothing }
, sources = { builtIn = Nothing, manyDecks = [], jsonAgainstHumanity = Nothing }
, adverts = { manyDecks = False, atTheParty = False }
}