Skip to content

Commit

Permalink
[QI2-727] added name field to algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
NischalQuTech committed Jan 4, 2024
1 parent 6803acb commit fcd8016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantuminspire/util/api/remote_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ async def _create_algorithm(api_client: ApiClient, program: BaseAlgorithm, proje
project_id=project.id,
type=program.content_type,
shared=ShareType.PRIVATE,
name=program.program_name,
)
return await api_instance.create_algorithm_algorithms_post(obj)

Expand Down

0 comments on commit fcd8016

Please sign in to comment.