mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-06-14 21:31:18 -04:00
81b92e293a
The interceptor __call__ method must be async and follow the proper signature: async __call__(request, handler) -> result Previous implementation was synchronous and had wrong signature, causing 'object function can't be used in await expression' error.