fix(core): update

This commit is contained in:
2024-04-14 02:11:38 +02:00
parent c1bd85fc58
commit d243880d55
4 changed files with 28 additions and 28 deletions

View File

@@ -42,7 +42,7 @@ export class AiDoc {
mandatoryKeys: ['OPENAI_TOKEN'],
});
const missingKeys = this.npmextraKV.getMissingMandatoryKeys();
const missingKeys = await this.npmextraKV.getMissingMandatoryKeys();
if (missingKeys.length > 0) {
// lets try argv
if (this.argvArg?.OPENAI_TOKEN) {