Skip to content
Snippets Groups Projects
Unverified Commit 86b028f9 authored by peters5's avatar peters5 Committed by GitHub
Browse files

fix(platform/azure): call getPolicyConfigurations() with correct parameter order (#21854)

parent 938a3680
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ export async function getMergeMethod(
const policyConfigurations = (
await (
await azureApi.policyApi()
).getPolicyConfigurations(project, mergePolicyGuid)
).getPolicyConfigurations(project, undefined, mergePolicyGuid)
)
.filter((p) => p.settings.scope.some(isRelevantScope))
.map((p) => p.settings)[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment