Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed May 22, 2024
1 parent 021fc4a commit 3d3ffdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/unlighthouse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export async function createUnlighthouse(userConfig: UserConfig, provider?: Prov
return {}
})
const cookies = await taskCtx.page.cookies()
logger.debug('Authentication completed', { cookies, localStorageData, sessionStorageData, indexedDb })
logger.debug('Authentication completed', { cookies, localStorageData, sessionStorageData })
// merge this into the config
// @ts-expect-error untyped
Expand Down

0 comments on commit 3d3ffdc

Please sign in to comment.