Fix tit to titre
This commit is contained in:
@@ -145,7 +145,7 @@ module.exports = {
|
||||
validateParoles(currentData.titre, currentData.transcription)
|
||||
|
||||
if(!data.publishedAt) {
|
||||
if (data.tit && !data.forceSlug) {
|
||||
if (data.titre && !data.forceSlug) {
|
||||
const artiste = await jwennAwtisEpiId(data.artistes)
|
||||
data.slug = getSlug(artiste, data.titre)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user