Skip to content

Commit

Permalink
Correct return type for WizardActions.enableActionsForExisting
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Sep 6, 2024
1 parent c293d35 commit 6999a4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class WizardActions<T> {
throw new Error('Must be overridden by inheritors');
}

enableActionsForExisting(_existing: T) {
enableActionsForExisting(_existing: T): Q.Promise<void> {
throw new Error('Must be overridden by inheritors');
}

Expand Down

0 comments on commit 6999a4c

Please sign in to comment.