mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-11 20:40:14 +00:00
slls
This commit is contained in:
parent
889aa4b042
commit
c18b0f4400
@ -15,7 +15,6 @@ export default function (req: VercelRequest, res: VercelResponse) {
|
|||||||
res.status(400).json({ error: "Resource format not supported" });
|
res.status(400).json({ error: "Resource format not supported" });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ṣ
|
|
||||||
const username = match[1].toLowerCase();
|
const username = match[1].toLowerCase();
|
||||||
|
|
||||||
// Determine the profile URL based on the username.
|
// Determine the profile URL based on the username.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user