Skip to content

Commit

Permalink
fix(agent): remove todo
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Moreira de Jesus <martin.moreira-de-jesus@protonmail.com>
  • Loading branch information
mmoreiradj committed May 1, 2024
1 parent 81675fe commit f0cae34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/agent/src/workload/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ impl Config {
pub fn new_from_execute_request(execute_request: ExecuteRequest) -> Result<Self, AgentError> {
Ok(Self {
workload_name: execute_request.workload_name.clone(),
// TODO: Fix this unwrap
language: Language::try_from(execute_request.language.clone().as_str())?,
action: execute_request.action().into(),
config_string: execute_request.config_str,
Expand Down

0 comments on commit f0cae34

Please sign in to comment.