fix the wrong path of cookie storage

This commit is contained in:
geekgeekrun
2024-03-01 23:52:02 +08:00
parent 7f2e241773
commit 49606c115c

View File

@@ -51,7 +51,7 @@ export async function initPuppeteer () {
}
}
const bossCookies = readStorageFile('boss-cookie.json')
const bossCookies = readStorageFile('boss-cookies.json')
const targetCompanyList = readConfigFile('target-company-list.json')