fix: add missing catch block to webhooks-shopify Edge Function #98
The webhooks-shopify function had a try block without a corresponding
catch block, causing deployment to fail with "Expression expected" error.
Added proper error handling with logError.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>