This commit is contained in:
Lukian LEIZOUR 2023-03-02 19:10:29 +01:00
parent 4afa276479
commit 614b7afc08
3 changed files with 15 additions and 2 deletions

View file

@ -32,7 +32,6 @@ async function answerQuestion(query) {
addToLogs("--> error : " + err);
})
console.log(response);
return response;
}