Skip to content

Commit cecc2dc

Browse files
committed
fix: apply PR suggestion
1 parent e1664aa commit cecc2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adcp/webhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
def create_mcp_webhook_payload(
2929
task_id: str,
3030
status: GeneratedTaskStatus,
31-
result: AdcpAsyncResponseData | dict[str, Any],
31+
result: AdcpAsyncResponseData | dict[str, Any] | None = None,
3232
timestamp: datetime | None = None,
3333
task_type: str | None = None,
3434
operation_id: str | None = None,

0 commit comments

Comments
 (0)