mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-26 22:39:05 +00:00
fix typo
This commit is contained in:
parent
7ad363dafc
commit
e58db5f6bd
@ -909,7 +909,7 @@ template<typename T>
|
||||
void SyncClass<T>::populate_sync_config_for_ssl(ContextType ctx, ObjectType config_object, SyncConfig& config)
|
||||
{
|
||||
ValueType validate_ssl = Object::get_property(ctx, config_object, "validate");
|
||||
if (Value::is_boolean(ctx, validate_ssl_temp)) {
|
||||
if (Value::is_boolean(ctx, validate_ssl)) {
|
||||
config.client_validate_ssl = Value::to_boolean(ctx, validate_ssl);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user