mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
fixes #391
This commit is contained in:
parent
8772fb4ed8
commit
3a87f4c456
@ -17,8 +17,9 @@ abstract class UserLookupHandler extends RequestHandlerWithScraperCache
|
||||
protected function getScraperData(string $requestFingerPrint, Collection $requestParams): CachedData
|
||||
{
|
||||
$username = $requestParams->get("username");
|
||||
|
||||
return $this->scraperService->findByKey(
|
||||
"username",
|
||||
"internal_username",
|
||||
$username,
|
||||
$requestFingerPrint,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user