Revert "[Fix] Call next after handler" (#310)

This commit is contained in:
Alexander Bukhalo
2021-03-06 16:11:15 +03:00
committed by GitHub
parent ecc625240c
commit 75e4f3761c

View File

@@ -147,7 +147,6 @@ export class ListenersExplorerService
await ctx.reply(String(result));
}
// TODO-Possible-Feature: Add more supported return types
return next();
},
);
}