Fix lint
All checks were successful
Code quality checks / biome (push) Successful in 15s

This commit is contained in:
creations 2025-04-20 15:52:56 -04:00
parent 72a660821a
commit 881d4a0869
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -9,7 +9,6 @@ function getRequestOrigin(request: Request): string {
return `${forwardedProto}://${host}`;
}
export async function fetchBadges(
userId: string,
services: string[],