This commit is contained in:
Florian Baumann 2022-01-06 14:04:11 +01:00
parent b0f597e8f6
commit 0feb1d568c

View File

@ -31,6 +31,7 @@ func Add(cards []string, count int64) error {
} }
// Write card to mongodb // Write card to mongodb
c.SerraCount = count
err = coll.storage_add(c) err = coll.storage_add(c)
// If duplicate key, increase count of card // If duplicate key, increase count of card