f6f9791e by Administrator

Merge branch '30852_chatbot_chatgpt' into 'master'

30852_chatbot_chatgpt

See merge request !106
2 parents 8294634f 5822bd2f
Showing 1 changed file with 0 additions and 5 deletions
......@@ -429,11 +429,6 @@ async function validation (aiwp_app_id, req, res) {
return false;
}
}
if (!auth.subscription_type || auth.auth_version === 'v2') {
res.json({ status: "invalid" });
res.status(200);
return false;
}
let data = await getUsage({
aiwp_logged_in, app: 'chatbot+'
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!