Skip to content

Commit 537bd96

Browse files
committed
CCM-11192: Batch put supplierStatusSK
1 parent af6a693 commit 537bd96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/datastore/src/letter-repository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export class LetterRepository {
6060
lettersDb.push({
6161
...letters[i],
6262
supplierStatus: `${letters[i].supplierId}#${letters[i].status}`,
63+
supplierStatusSk: Date.now().toString(),
6364
ttl: Math.floor(Date.now() / 1000 + 60 * 60 * this.config.ttlHours)
6465
});
6566

0 commit comments

Comments
 (0)