Ghost/ghost/limit-service/lib
Hannah Wolfe 2163ec6057 Changed casing of limit names + fixed handling
refs: https://github.com/TryGhost/Team/issues/510

- Ghost config always uses camelcase. This was incorrectly implemented with snake case originally
- Swap to use camelCase by default, which is desirable, but support both
- It's really easy to support both in the loader and isLimited check, so we do this to stop ourselves tripping on this later
2021-03-04 20:39:09 +00:00
..
config.js Changed casing of limit names + fixed handling 2021-03-04 20:39:09 +00:00
limit-service.js Changed casing of limit names + fixed handling 2021-03-04 20:39:09 +00:00
limit.js Added proper number formatting for error messages 2021-03-04 18:08:25 +00:00