mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
update package version (#4586)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user