mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
Remove async keyword from abstract functions (#14150)
This commit is contained in:
@@ -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