1
0
This commit is contained in:
Erik Johnston
2022-11-17 16:28:56 +00:00
parent 0e99b0bbd0
commit fc65cd98a6

View File

@@ -387,7 +387,7 @@ async def _get_auth_chain_difference(
if not auth_chain:
continue
conflicted_boundary != auth_chain & boundary
conflicted_boundary |= auth_chain & boundary
else:
auth_difference_unpersisted_part = ()