Closed willmmiles closed 1 week ago
The crash bug in #4269 was introduced by #4152; I inadvertently removed a null check on the 'request' parameter. Restore the missing check so non-JSON API calls don't crash.
Confirming the fix resolves the issue #4269
The crash bug in #4269 was introduced by #4152; I inadvertently removed a null check on the 'request' parameter. Restore the missing check so non-JSON API calls don't crash.