Skip to content

Commit da77cbf

Browse files
committed
Use void
1 parent 47f1e06 commit da77cbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appservice/src/createAppService/AppServicePlanListStep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class AppServicePlanListStep extends AzureWizardPromptStep<IAppServiceWiz
2525
this._suppressCreate = suppressCreate;
2626

2727
// Start retrieving the appservice plans right away; tracks the concurrent list call in `context.plansTask`
28-
AppServicePlanListStep.getPlans(context);
28+
void AppServicePlanListStep.getPlans(context);
2929
}
3030

3131
public static async getPlans(context: IAppServiceWizardContext): Promise<AppServicePlan[]> {

0 commit comments

Comments
 (0)