fix(sample): use new options

This commit is contained in:
Morb0
2021-01-05 13:37:00 +03:00
parent 751b15b4b2
commit f8872663d8
3 changed files with 20 additions and 10 deletions

View File

@@ -23,12 +23,12 @@
"@nestjs/common": "7.5.1",
"@nestjs/core": "7.5.1",
"@nestjs/platform-express": "7.5.1",
"dotenv": "^8.2.0",
"dotenv": "8.2.0",
"nestjs-telegraf": "*",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.6.3",
"telegraf": "^3.38.0"
"telegraf": "3.38.0"
},
"devDependencies": {
"@nestjs/cli": "7.5.1",