diff --git a/Example/FinancialConnections Example/FinancialConnections Example/Playground/PlaygroundConfiguration.swift b/Example/FinancialConnections Example/FinancialConnections Example/Playground/PlaygroundConfiguration.swift index ff82ffa9f93..e8ceb7cd253 100644 --- a/Example/FinancialConnections Example/FinancialConnections Example/Playground/PlaygroundConfiguration.swift +++ b/Example/FinancialConnections Example/FinancialConnections Example/Playground/PlaygroundConfiguration.swift @@ -456,7 +456,7 @@ final class PlaygroundConfiguration { if let useAsyncAPIClient = configurationStore[Self.useAsyncAPIClientKey] as? Bool { return useAsyncAPIClient } else { - return false + return true } } set {