Skip to content

Commit

Permalink
udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Aug 16, 2024
1 parent c628a59 commit 68315c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ async def run_composition(
) -> PendingCompositionJob:
try:
# job params
job_id = "composition-run-composition" + str(uuid.uuid4())
job_id = "composition-run" + str(uuid.uuid4())
_time = db_connector.timestamp()
if composition_spec.composition_id is None:
composition_spec.composition_id = job_id
Expand Down

0 comments on commit 68315c7

Please sign in to comment.