We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d487e commit 1137d52Copy full SHA for 1137d52
services/language_translator/v3-doc.js
@@ -84,7 +84,7 @@ module.exports = function (RED) {
84
})
85
.catch((err) => {
86
res.json(err);
87
- })
+ });
88
});
89
90
function Node (config) {
0 commit comments