Skip to content

Commit

Permalink
fixup! fixup! feat: change tedge url field in config snapshot request…
Browse files Browse the repository at this point in the history
… to optional
  • Loading branch information
Ruadhri17 committed Apr 22, 2024
1 parent 1d81d98 commit 9f212e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/extensions/tedge_config_manager/src/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ impl ConfigManagerActor {
request.executing(Some(
self.create_tedge_url_for_config_operation(topic, &request.config_type)?,
));
// Safe, because we just created it
// Safe to unwrap because we've just created the url
request.tedge_url.as_ref().unwrap()
}
};
Expand Down

0 comments on commit 9f212e4

Please sign in to comment.