Skip to content

Commit

Permalink
LastDeployment set to null on EdgeDevice if no configuration is found. (
Browse files Browse the repository at this point in the history
  • Loading branch information
audserraCGI authored May 25, 2022
1 parent 968ed20 commit 53a10b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ private async Task<ConfigItem> RetrieveLastConfiguration(Twin twin)
item.Status = nameof(ConfigurationStatus.Applied);
}
}
return item;
}

return item;
return null;
}
}
}

0 comments on commit 53a10b7

Please sign in to comment.