mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -05:00
Remove async keyword from abstract functions (#14150)
This commit is contained in:
@@ -14,7 +14,7 @@ export abstract class ResourceTypeModel extends Model {
|
||||
}
|
||||
|
||||
abstract initialize(): void;
|
||||
abstract async onOk(): Promise<void>;
|
||||
abstract onOk(): Promise<void>;
|
||||
abstract onCancel(): void;
|
||||
/**
|
||||
* performs the script generation and returns true if script was generated successfully
|
||||
|
||||
Reference in New Issue
Block a user