mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
refactor: remove unnecessary "await" (#2574)
This commit is contained in:
committed by
GitHub
parent
9ae2595bfd
commit
19a0276142
@@ -100,7 +100,6 @@ export class GeminiClient {
|
||||
|
||||
async resetChat(): Promise<void> {
|
||||
this.chat = await this.startChat();
|
||||
await this.chat;
|
||||
}
|
||||
|
||||
private async getEnvironment(): Promise<Part[]> {
|
||||
|
||||
Reference in New Issue
Block a user