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