mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-24 23:14:39 +03:00
chore(release): v1.0.1 (pull request #4)
This commit is contained in:
commit
31adbde3cd
@ -21,7 +21,7 @@ export class TelegrafProvider<TContext extends ContextMessageUpdate>
|
|||||||
}
|
}
|
||||||
|
|
||||||
onApplicationBootstrap() {
|
onApplicationBootstrap() {
|
||||||
this.catch(e => {
|
this.catch((e) => {
|
||||||
this.logger.error(e);
|
this.logger.error(e);
|
||||||
});
|
});
|
||||||
this.startPolling();
|
this.startPolling();
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@robotmafia-inc/nestjs-telegraf",
|
"name": "@robotmafia-inc/nestjs-telegraf",
|
||||||
"version": "1.0.0-alpha.1",
|
"version": "1.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@robotmafia-inc/nestjs-telegraf",
|
"name": "@robotmafia-inc/nestjs-telegraf",
|
||||||
"version": "1.0.0-alpha.1",
|
"version": "1.0.1",
|
||||||
"description": "Telegraf module for NestJS",
|
"description": "Telegraf module for NestJS",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"nest",
|
"nest",
|
||||||
|
Loading…
Reference in New Issue
Block a user