Help with calling/declaring env variables
I've made a worker with environment variables (secret) that I have set from the web dashboard, I am using the web editor to write my code but I am not able to reference/call the env variable and constantly get the error
Cannot read properties of undefined (reading 'RATE_LIMIT')
How should I go about this?1 Reply
Can you share a code snippet?