use /users endpoint for explore exclusively (restore original behavior)

This commit is contained in:
Hazelnoot 2025-05-12 22:43:19 -04:00
parent bb8609d0f0
commit b7b30bde5d
4 changed files with 14 additions and 30 deletions

View file

@ -31541,8 +31541,6 @@ export type operations = {
* @default null
*/
hostname?: string | null;
/** @default false */
trending?: boolean;
};
};
};