refactor: remove unnecessary "await" (#2574)

This commit is contained in:
Noritaka Kobayashi
2025-06-30 04:15:27 +09:00
committed by GitHub
parent 9ae2595bfd
commit 19a0276142
2 changed files with 2 additions and 3 deletions

View File

@@ -100,7 +100,6 @@ export class GeminiClient {
async resetChat(): Promise<void> {
this.chat = await this.startChat();
await this.chat;
}
private async getEnvironment(): Promise<Part[]> {