Commit 1db2d3b
fix: remove unintended export keyword from HTTP client functions
Removed the 'export' keyword from the generated HTTP client function
declaration to match the pattern used by all other protocol renderers
(NATS, Kafka, MQTT, AMQP, WebSocket, EventSource), which use separate
export statements at the bottom of the file.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 0c9678f commit 1db2d3b
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments