Skip to content

Commit df76446

Browse files
committed
fix: Accidentally removed {
1 parent 8ead0a2 commit df76446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.playeveryware.eos/Runtime/Core/Config/PlatformConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ protected virtual void MigrateNonOverrideableConfigValues(EOSConfig overrideValu
419419
string compDeploymentString = mainNonOverrideableConfig.deploymentID?.ToLower();
420420

421421
foreach(Named<Deployment> dep in productConfig.Environments.Deployments)
422-
422+
{
423423
if (!string.IsNullOrEmpty(compDeploymentString) && !compDeploymentString.Equals(dep.Value.DeploymentId.ToString("N").ToLowerInvariant()))
424424
{
425425
continue;

0 commit comments

Comments
 (0)