-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
EduJetPlayer/controllers/translate.js
Lines 6 to 9 in 4013666
| // TODO: fix translator typo rejections | |
| if (req.body.from) { | |
| await translator(req.body.from, req.body.to, req.body.text, response => { | |
| res.status(200).json(response); |
This issue was generated by todo based on a TODO comment in 4013666. It's been assigned to @Blaud because they committed the code.
Reactions are currently unavailable