mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2026-08-19 08:10:17 +00:00
fix error handler middleware parameter order (#243)
The error handler was using (req, res, next, err) but drachtio-srf error middleware expects (err, req, res, next). This caused "res.send is not a function" errors when the handler was invoked. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
cd48675499
commit
6ddfbc9373
Reference in New Issue
Block a user