Skip to content

Commit 3dcc037

Browse files
committed
No locked until for now.
1 parent 9ac95fa commit 3dcc037

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/outbox-core/lib/outbox.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export type OutboxEntry<SupportedEvent extends CommonEventDefinition> = {
2626
created: Date
2727
updated?: Date
2828
retryCount: number
29-
lockedUntil?: Date
3029
}
3130

3231
/**

0 commit comments

Comments
 (0)