Skip to content

Commit b12ab43

Browse files
committed
Update history module to include latest changes in pipeline process. Fix small bugs and improve readability of code. Ready for deployment.
1 parent 35772cb commit b12ab43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pipeline/080_history.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ const action = async (ctx, next) => {
7171
});
7272
await ctx.timeout();
7373
}
74-
// TODO: NEED MORE DEBUG
7574
result.length === hal.SEARCH_LIMIT && await ctx.resp(
7675
'___', true, ctx.getExtra({
7776
buttons: [{

0 commit comments

Comments
 (0)