diff --git a/README.md b/README.md index d827a39..9a96a0b 100644 --- a/README.md +++ b/README.md @@ -582,3 +582,5 @@ First-party code subject to copyrights held by Optimizely, Inc. and its contribu - Ruby - https://github.com/optimizely/ruby-sdk - Swift - https://github.com/optimizely/swift-sdk + +Test 1 \ No newline at end of file diff --git a/src/hooks.ts b/src/hooks.ts index a84b266..0e55028 100644 --- a/src/hooks.ts +++ b/src/hooks.ts @@ -547,7 +547,6 @@ export const useDecision: UseDecision = (flagKey, options = {}, overrides = {}) if (!optimizely) { hooksLogger.error(`Unable to use decision ${flagKey}. ${optimizelyPropError}`); } - return [state.decision, state.clientReady, state.didTimeout]; };