Skip to content

Commit a8d2e5d

Browse files
committed
remove timestamp
1 parent 1b4b442 commit a8d2e5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mns_subscription/src/mns_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def subscribe_notification(self) -> dict | None:
2727
subscription_payload = {
2828
"resourceType": "Subscription",
2929
"status": "requested",
30-
"end": "2025-07-25T00:00:00.000Z",
3130
"reason": "Subscribe SQS to MNS test-signal",
3231
"criteria": "eventType=nhs-number-change-2",
3332
"channel": {

0 commit comments

Comments
 (0)