diff --git a/Runtime/GuruRemote/Runtime/RemoteConfigModel.cs b/Runtime/GuruRemote/Runtime/RemoteConfigModel.cs index 19d8ad9..10e78d4 100644 --- a/Runtime/GuruRemote/Runtime/RemoteConfigModel.cs +++ b/Runtime/GuruRemote/Runtime/RemoteConfigModel.cs @@ -132,7 +132,7 @@ namespace Guru string json = ""; if (HasKey(key)) { - json = configs[json]; + json = configs[key]; } else if (_defConfigs.TryGetValue(key, out var defValue)) {