Skip to content

Commit df0de52

Browse files
Call base.OnWriteCompleted() from the override class
1 parent aed8387 commit df0de52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ private void UpdatePlatformConfigClientCredentials()
328328

329329
protected override void OnWriteCompleted()
330330
{
331+
base.OnWriteCompleted();
332+
331333
// Update the platform config deployments if needed.
332334
UpdatePlatformConfigDeployments();
333335

0 commit comments

Comments
 (0)