rename val

This commit is contained in:
Benoit Marty 2021-01-22 17:59:56 +01:00
parent 401b5e2b7a
commit b65fc4f46b
1 changed files with 2 additions and 2 deletions

View File

@ -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(