fix: prettier; re-add delay

pull/182/head^2
Travis Fischer 2022-12-22 10:36:28 -06:00
rodzic dc12e2e98d
commit f3d516a4e3
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -57,7 +57,7 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI {
/** @defaultValue `undefined` **/
captchaToken?: string
/** @defaultValue `undefined` **/
nopechaKey?: string

Wyświetl plik

@ -167,6 +167,7 @@ export async function getOpenAIAuth({
} else {
await page.waitForSelector('#username')
await page.type('#username', email)
await delay(100)
// NOTE: this is where you may encounter a CAPTCHA
if (hasNopechaExtension) {