File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export interface CustomSlotSupplier<SI extends SlotInfo> {
172172 *
173173 * @param ctx The context for marking a slot as used.
174174 */
175- markSlotUsed ( slot : SlotMarkUsedContext < SI > ) : void ;
175+ markSlotUsed ( ctx : SlotMarkUsedContext < SI > ) : void ;
176176
177177 /**
178178 * This function is called once a permit is no longer needed. This could be because the task has
@@ -181,7 +181,7 @@ export interface CustomSlotSupplier<SI extends SlotInfo> {
181181 *
182182 * @param ctx The context for releasing a slot.
183183 */
184- releaseSlot ( slot : SlotReleaseContext < SI > ) : void ;
184+ releaseSlot ( ctx : SlotReleaseContext < SI > ) : void ;
185185}
186186
187187export type SlotInfo = WorkflowSlotInfo | ActivitySlotInfo | LocalActivitySlotInfo ;
You can’t perform that action at this time.
0 commit comments