rename val
This commit is contained in:
parent
401b5e2b7a
commit
b65fc4f46b
|
@ -64,10 +64,10 @@ internal class DefaultIdentityBulkLookupTask @Inject constructor(
|
||||||
throw IdentityServiceError.BulkLookupSha256NotSupported
|
throw IdentityServiceError.BulkLookupSha256NotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
val lookupResult = lookUpInternal(identityAPI, params.threePids, hashDetailResponse, true)
|
val lookUpData = lookUpInternal(identityAPI, params.threePids, hashDetailResponse, true)
|
||||||
|
|
||||||
// Convert back to List<FoundThreePid>
|
// Convert back to List<FoundThreePid>
|
||||||
return handleSuccess(params.threePids, lookupResult)
|
return handleSuccess(params.threePids, lookUpData)
|
||||||
}
|
}
|
||||||
|
|
||||||
data class LookUpData(
|
data class LookUpData(
|
||||||
|
|
Loading…
Reference in New Issue