update package version (#4586)

This commit is contained in:
Archer
2025-04-18 00:34:15 +08:00
committed by GitHub
parent 5208890c7f
commit 8f8d4c4190
7 changed files with 15 additions and 10 deletions

View File

@@ -16,11 +16,9 @@ export async function authOpenApiKey({ apikey }: { apikey: string }) {
}
// auth limit
if (global.feConfigs?.isPlus) {
await global.authOpenApiHandler({
openApi
});
}
await global.authOpenApiHandler({
openApi
});
updateApiKeyUsedTime(openApi._id);