Logic to override http put method should have been done before the request object was created. This pr fixes that. It was missed due to overzealous undo's in my editor.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description
Logic to override http put method should have been done before the request object was created. This pr fixes that. It was missed due to overzealous undo's in my editor.
Type of change
Changes