Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.jar._jar = await Bluebird.fromCallback(cb => CookieJar.deserialize(cookies, this.cookieStore.store, cb))
}
this.cookieJar['_jar'] = await Bluebird.fromCallback(cb => CookieJar.deserialize(cookies, this.cookieStore, cb));
}