Skip to content

Commit

Permalink
fix: remove unused actor parameters from fern
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Nov 25, 2024
1 parent 11d3aba commit 620dfc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/api/actor/src/route/actors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ pub async fn create_deprecated(
memory: body.resources.memory,
}),
runtime: Box::new(models::ActorCreateActorRuntimeRequest {
arguments: body.runtime.arguments,
environment: body.runtime.environment,
}),
build: Some(body.runtime.build),
Expand Down
1 change: 0 additions & 1 deletion packages/api/actor/src/route/builds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ pub async fn create_build_deprecated(
models::ServersBuildKind::DockerImage => models::ActorBuildKind::DockerImage,
models::ServersBuildKind::OciBundle => models::ActorBuildKind::OciBundle,
}),
multipart_upload: body.multipart_upload,
name: body.name,
},
global,
Expand Down

0 comments on commit 620dfc5

Please sign in to comment.