Changes adjusted app group identifier format

This commit is contained in:
Riley Testut
2020-02-26 13:18:56 -08:00
parent 1290ffba66
commit afdefc23ce

View File

@@ -354,7 +354,7 @@ private extension ResignAppOperation
} }
} }
let adjustedGroupIdentifier = "group.\(team.identifier)." + groupIdentifier let adjustedGroupIdentifier = groupIdentifier + "." + team.identifier
ALTAppleAPI.shared.fetchAppGroups(for: team, session: session) { (groups, error) in ALTAppleAPI.shared.fetchAppGroups(for: team, session: session) { (groups, error) in
switch Result(groups, error) switch Result(groups, error)