fix: interpretation failure message
This commit is contained in:
@@ -99,7 +99,7 @@ router.get('/interpret', async (req, res) => {
|
||||
await interpretWholeWorkflow();
|
||||
return res.send('interpretation done');
|
||||
} catch (e) {
|
||||
return res.send('interpretation done');
|
||||
return res.send('interpretation failed');
|
||||
return res.status(400);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user