typescript(translucid): fixed critical bug
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
5ba5303467
commit
33b24d79f5
|
@ -37,7 +37,7 @@ class Translucid {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
decorated.push((prev) => {
|
decorated.push((prev) => {
|
||||||
res.send(prev + "<br/>Sent from the last iteration");
|
res.send(prev);
|
||||||
});
|
});
|
||||||
decorated[0](readResults);
|
decorated[0](readResults);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue