OfficeDev / script-lab

Create, run and share your code directly from Office
MIT License
697 stars 157 forks source link

Fix CF not work issue caused by undefined asyncStorage in consoleMonkeypatch #1018

Closed rundongmsft closed 9 months ago

rundongmsft commented 9 months ago

Due to asyncstorage was removed, the calling in this code caused errors. I decode this code and replace asyncstorage with storage by following this doc: https://devblogs.microsoft.com/microsoft365dev/update-your-customs-functions-project/#change-any-mentions-of-asyncstorage-to-storage