Rate Limit not defined on env
Hi I'm trying to add ratelimit binding to my worker but its not appearing on the env variable for some reason?
[[unsafe.bindings]]
name = "RATE_LIMITER"
type = "ratelimit"
namespace_id = "2938"
simple = { limit = 60, period = 3600 }return Response.json({env}){"env":{"AI":{"fetcher":{},"logs":[],"options":{},"lastRequestId":null}}}[[unsafe.bindings]]
name = "RATE_LIMITER"
type = "ratelimit"
namespace_id = "1231"
simple = { limit = 10, period = 60 }