mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Enable no-floating-promises for azurecore (#16946)
* Enable no-floating-promises for azurecore * few more * fix compile
This commit is contained in:
@@ -33,7 +33,7 @@ export interface IAzureResourceCacheService {
|
||||
|
||||
get<T>(key: string): T | undefined;
|
||||
|
||||
update<T>(key: string, value: T): void;
|
||||
update<T>(key: string, value: T): Promise<void>;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user