Archived
Remove async keyword from abstract functions (#14150)
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ import * as azdata from 'azdata';
|
||||
|
||||
export abstract class AssessmentDialogComponent {
|
||||
|
||||
abstract async createComponent(view: azdata.ModelView): Promise<azdata.Component>;
|
||||
abstract createComponent(view: azdata.ModelView): Promise<azdata.Component>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user