We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb88bfa commit 4f60827Copy full SHA for 4f60827
backend/infrahub/graphql/mutations/proposed_change.py
@@ -222,7 +222,7 @@ async def mutate(
222
223
async with graphql_context.db.start_session() as db:
224
proposed_change.state.value = ProposedChangeState.MERGING.value
225
- proposed_change.save(db=db)
+ await proposed_change.save(db=db)
226
227
if wait_until_completion:
228
await graphql_context.service.workflow.execute_workflow(
0 commit comments