Skip to content

Commit

Permalink
added missing change
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed May 23, 2024
1 parent 5187476 commit 8b09c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WorkflowManager/Common/Services/PayloadService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public Task<bool> UpdateAsync(Payload payload)
{
ArgumentNullException.ThrowIfNull(payload, nameof(payload));

return _payloadRepository.UpdateAsync(payload);
return _payloadRepository.UpdateAsyncWorkflowIds(payload);
}
}
}

0 comments on commit 8b09c91

Please sign in to comment.