queue fix

This commit is contained in:
eevee
2025-09-23 21:54:16 +03:00
parent 3b7b1c490e
commit 7e190997dc
@@ -16,6 +16,8 @@ func modifyAssignedValues(_ values: inout [AssignedValue]) {
$0.value = "Disabled"
}
}
values.removeAll(where: { $0.propertyID.scope == "ios-feature-queue" })
}
func modifyAttributes(_ attributes: inout [String: AccountAttribute]) {