This commit is contained in:
derpystuff 2023-11-04 21:46:06 +01:00
parent 493d548a37
commit 40fa60fdc2

View file

@ -46,8 +46,7 @@ function createDictionaryPage(context, result, index, language){
e.description += `\n\n**${type}**\n${defItms.join('\n\n')}` e.description += `\n\n**${type}**\n${defItms.join('\n\n')}`
let res = page(e) return page(e);
return res;
} }
module.exports = { module.exports = {