diff --git a/.husky/pre-commit b/.husky/pre-commit index f710885b..0da96d6b 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx pretty-quick --staged --no-restage +npx pretty-quick --staged diff --git a/docs/advanced-use/edge-api.md b/docs/advanced-use/edge-api.md index 81c11a9a..77e02539 100644 --- a/docs/advanced-use/edge-api.md +++ b/docs/advanced-use/edge-api.md @@ -87,6 +87,11 @@ endpoint `edge.api.flagsmith.com` and benefit from global low latency! ## Things you should know +### New Identity Overrides will only apply to the Edge API + +After the migration, any new Identity Overrides you apply to flag values for specific Identities will only be applied to +the Edge API. + ### Increment and Decrement endpoints are deprecated You probably didn't know these existed though, right?