apify-projects / apify-extra-library

Advanced and experimental functionality for Apify Actors and Crawlee. Use with caution!
Apache License 2.0
10 stars 1 forks source link

Cannot destructure undefined #8

Closed gahabeen closed 2 years ago

gahabeen commented 2 years ago

Just had this error. Changed it to const { locked } = await this.store.getValue('LOCKED') || {};

https://github.com/metalwarrior665/apify-utils/blob/a70869baa28f59fc6cb18d06e700b7aa5453a341/src/state-persistence.js#L249

Let me know if you want a PR @metalwarrior665

metalwarrior665 commented 2 years ago

Thanks, fixed