mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Revert "Send data from middlewares to filters "
This commit is contained in:
parent
c899e04539
commit
a339b7c571
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class Handler:
|
|||
try:
|
||||
for handler_obj in self.handlers:
|
||||
try:
|
||||
data.update(await check_filters(handler_obj.filters, args + (data,)))
|
||||
data.update(await check_filters(handler_obj.filters, args))
|
||||
except FilterNotPassed:
|
||||
continue
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue