flipt-io / flipt-client-sdks

Flipt Client-Side Evaluation SDKs

Home Page:https://www.flipt.io/docs/integration/client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FLI-777] Preserve previous snapshot if parser fails

markphelps opened this issue · comments

let doc = parser.parse(n).unwrap_or(Document::default());

Instead of blanking out the state with a new Document, we should preserve the last known state.

FLI-777