mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-30 04:18:51 +03:00
fix the getNext method
This commit is contained in:
@@ -28,6 +28,6 @@ export class TelegrafExecutionContext
|
||||
}
|
||||
|
||||
getNext<T = any>(): T {
|
||||
return this.getArgByIndex(0);
|
||||
return this.getArgByIndex(1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user