I’m using promesa with some Node code on AWS, and I’m suddenly getting “Should be only used in alet macro.” errors, which should be catching uses of await
outside of alet
. But all mine are within alet
s - does anyone have any idea why that might happen?