fix filter stuff

This commit is contained in:
KMKoushik
2025-03-08 23:04:19 +11:00
committed by KM Koushik
parent 48395915f0
commit 8b9d81ab2a
4 changed files with 62 additions and 61 deletions

View File

@@ -64,7 +64,7 @@ export const getTeamFromToken = async (c: Context) => {
})
.catch(console.error);
return team;
return { ...team, apiKeyId: apiKey.id };
};
const checkRateLimit = (token: string) => {