Skip to content

Commit 1e7c493

Browse files
committed
CCM-11602: GET Letters endpoint
1 parent c487606 commit 1e7c493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/datastore/src/letter-repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export class LetterRepository {
144144
':supplierStatus': supplierStatus
145145
},
146146
...(cursor != undefined ? {
147-
LastEvaluatedKey: {
147+
ExclusiveStartKey: {
148148
id: cursor,
149149
supplierStatus,
150150
supplierId,

0 commit comments

Comments
 (0)