name unneccessary
This commit is contained in:
parent
f8da2f5d22
commit
bafb0e800e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue