5822bd2f by Leff Tubat

Removed condition

1 parent d82cedaa
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!