Skip to content

Commit 740a199

Browse files
committed
CCM-11602: GET Letters endpoint
1 parent e941df9 commit 740a199

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/datastore/src/letter-repository.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ export class LetterRepository {
143143
}));
144144
this.log.info({
145145
description: 'items',
146+
supplierId,
147+
status,
148+
size,
149+
cursor,
146150
result,
147151
})
148152
return z.array(LetterSchema).parse(result.Items);

0 commit comments

Comments
 (0)