Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlsarami authored Dec 15, 2021
1 parent 18cc440 commit bf52ad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ function getFastTextResults(statement) {
console.log(error)
return;
}
console.log(success)
result=success
})
return "success!";
return result;
}

app.listen(8000, () => {
console.log('Listening on port 8000!')
});
});

0 comments on commit bf52ad7

Please sign in to comment.