Skip to content

Commit

Permalink
Update ConfigService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack397419 committed Feb 19, 2023
1 parent 169659d commit f2f92e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AgileConfig.Server.Service/ConfigService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ public async Task<bool> EnvSync(string appId, string currentEnv, List<string> to
}

envConfig.OnlineStatus = OnlineStatus.WaitPublish;
envConfig.Description = currentEnvConfig.Description;
updateRanges.Add(envConfig);
}
}
Expand Down

0 comments on commit f2f92e1

Please sign in to comment.