Skip to content

Commit 4631b58

Browse files
committed
clean-up
1 parent b76d58b commit 4631b58

File tree

1 file changed

+1
-1
lines changed
  • src/ansys/geometry/core/_grpc/_services/v1

1 file changed

+1
-1
lines changed

src/ansys/geometry/core/_grpc/_services/v1/beams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ def create_beam_circular_profile(self, **kwargs) -> dict: # noqa: D10
233233
# Return the response - formatted as a dictionary
234234
# Note: response.ids is a repeated field, we return the first one
235235
created_beam_entity = response.ids[0]
236-
return {"id": created_beam_entity}
236+
return {"id": created_beam_entity.id}

0 commit comments

Comments
 (0)