Skip to content

Commit ed06882

Browse files
committed
Fix: Remove orphaned code causing syntax error (v2.0.2)
1 parent 204721b commit ed06882

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "webhook-mcp-server"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "MCP Server for webhook.site API integration with layered architecture"
55
requires-python = ">=3.10"
66
dependencies = [

services/request_service.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,6 @@ async def wait_for_email(
425425
# Exponential backoff
426426
await asyncio.sleep(2 ** retry_count)
427427
continue
428-
"email": email_data,
429-
"email_address": f"{webhook_token}@email.webhook.site"
430-
}
431-
)
432428

433429
return ToolResult(
434430
success=False,

0 commit comments

Comments
 (0)