Ajout de Promotion et de Commande fonctionnel
This commit is contained in:
@@ -15,6 +15,7 @@ function docToBookPayload(doc) {
|
||||
? doc.first_publish_year
|
||||
: new Date().getFullYear(),
|
||||
genre: Array.isArray(doc.subject) ? doc.subject[0] : '',
|
||||
price: 10,
|
||||
read: false,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user