Skip to content

Commit 9d007df

Browse files
committed
fix: correct expiry timestamp documentation in IdempotencyRecordOptions
1 parent 4efa8de commit 9d007df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/idempotency/src/types/IdempotencyRecord.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type IdempotencyRecordOptions = {
2626
*/
2727
status: IdempotencyRecordStatusValue;
2828
/**
29-
* The expiry timestamp of the record in milliseconds UTC.
29+
* The expiry timestamp of the record in seconds UTC.
3030
*/
3131
expiryTimestamp?: number;
3232
/**

0 commit comments

Comments
 (0)