Skip to content

Commit a067f72

Browse files
committed
CCM-12613: remove retryCount from pdm.resource.submitted
1 parent ffe5dc0 commit a067f72

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lambdas/mesh-poll/src/__tests__/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ describe('event-logging Lambda', () => {
3535
messageReference: 'incididunt Ut aute laborum',
3636
senderId: 'officia voluptate culpa Ut dolor',
3737
resourceId: 'a2bcbb42-ab7e-42b6-88d6-74f8d3ca4a09',
38-
retryCount: 97_903_257,
3938
},
4039
};
4140

lambdas/mesh-poll/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export const handler: Handler = async (event: PDMResourceSubmitted) => {
3535
messageReference: 'incididunt Ut aute laborum',
3636
senderId: 'officia voluptate culpa Ut dolor',
3737
resourceId: 'a2bcbb42-ab7e-42b6-88d6-74f8d3ca4a09',
38-
retryCount: 97_903_257,
3938
},
4039
};
4140

0 commit comments

Comments
 (0)