Fix populate in jwennTeks

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-22 14:17:56 +04:00
parent 482f9c1bcd
commit 57f7b1c606
+2 -2
View File
@@ -85,7 +85,7 @@ export async function jwennTeks() {
fields: ['username'] fields: ['username']
}, },
userAdmin: { userAdmin: {
fields: ['username'] fields: ['username', 'firstname']
}, },
commentaires: { commentaires: {
fields: ['contenu', 'datePublication'] fields: ['contenu', 'datePublication']
@@ -94,7 +94,7 @@ export async function jwennTeks() {
populate: '*' populate: '*'
}, },
artistes: { artistes: {
populate: '*' fields: ['alias', 'slug']
}, },
streamAudio: { streamAudio: {
populate: '*' populate: '*'