mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 03:39:23 +00:00
Git - remove the usages of any (#270179)
* Git - remove the usages of `any` * Remove debug message
This commit is contained in:
@@ -5366,8 +5366,7 @@ export class CommandCenter {
|
||||
};
|
||||
|
||||
// patch this object, so people can call methods directly
|
||||
// eslint-disable-next-line local/code-no-any-casts
|
||||
(this as any)[key] = result;
|
||||
(this as Record<string, unknown>)[key] = result;
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user