Skip to content

Commit cb9d560

Browse files
committed
refactor(run-engine): remove unused debounce data type
1 parent cabf0af commit cb9d560

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

internal-packages/run-engine/src/engine/systems/debounceSystem.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ const MAX_CLAIM_RETRIES = 10;
9898
// Delay between retries when waiting for pending claim
9999
const CLAIM_RETRY_DELAY_MS = 50;
100100

101-
export type DebounceData = {
102-
key: string;
103-
delay: string;
104-
createdAt: Date;
105-
};
106-
107101
/**
108102
* DebounceSystem handles debouncing of task triggers.
109103
*

0 commit comments

Comments
 (0)