diff --git a/typescript/translucid/Translucid.js b/typescript/translucid/Translucid.js index ae7a416..89416ab 100644 --- a/typescript/translucid/Translucid.js +++ b/typescript/translucid/Translucid.js @@ -37,7 +37,7 @@ class Translucid { }); } decorated.push((prev) => { - res.send(prev + "
Sent from the last iteration"); + res.send(prev); }); decorated[0](readResults); }