fix(explorer): call next after callback fn

This commit is contained in:
Morb0 2021-03-06 15:14:32 +03:00
parent 67067d519f
commit 3eff20a91d

View File

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