fix(core): update

This commit is contained in:
2024-04-14 00:52:04 +02:00
parent 463183bd3a
commit 61b6161470
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ export class AiDoc {
}
this.printSanitizedToken();
// await this.npmextraKV.writeKey('OPENAI_TOKEN', this.openaiToken);
await this.npmextraKV.writeKey('OPENAI_TOKEN', this.openaiToken);
}
}