mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-11-16 21:07:02 +03:00
fix(explorer): call next after callback fn
This commit is contained in:
@@ -145,6 +145,7 @@ export class ListenersExplorerService
|
|||||||
await ctx.reply(String(result));
|
await ctx.reply(String(result));
|
||||||
}
|
}
|
||||||
// TODO-Possible-Feature: Add more supported return types
|
// TODO-Possible-Feature: Add more supported return types
|
||||||
|
return next();
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user