Merge pull request #309 from Morb0/fix/call-next

[Fix] Call next after handler
This commit is contained in:
Alexander Bukhalo
2021-03-06 15:24:29 +03:00
committed by GitHub

View File

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