fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit d79221a7ff - Show all commits

View file

@ -1623,7 +1623,7 @@ export class SystemKeywords {
});
};
GBLog.info(`Waiting 1min. before retrynig GET: ${url}.`);
sleep(60 * 1000);
await sleep(60 * 1000);
throw new Error(`BASIC: TOO MANY REQUESTS retrying after 1(one) minute now: ${result.statusText}.`);
}