name unneccessary

This commit is contained in:
Andrzej Stepien 2023-08-15 22:22:27 +02:00
parent f8da2f5d22
commit bafb0e800e
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ const sampleData = {
scientific: 0
}
export default function makeText(prompt) {
export default function (prompt) {
const childLogger = logger.child({ prompt })
childLogger.trace("makeText called")
const meanings = JSON.parse(prompt.meanings)