2ed7286d by Administrator

Merge branch '31466_limited_usage_chatbot+' into 'master'

31466_limited_usage_chatbot+

See merge request !120
2 parents 7e2544ea 0ac03817
Pipeline #29832 for 2ed7286d passed in 15 seconds
Showing 1 changed file with 0 additions and 2 deletions
...@@ -337,8 +337,6 @@ async function runOpensource(req, res) { ...@@ -337,8 +337,6 @@ async function runOpensource(req, res) {
337 }; 337 };
338 if(IS_FREE_USER) { 338 if(IS_FREE_USER) {
339 await setUsage(usage_params); 339 await setUsage(usage_params);
340 } else {
341 await setChatUsage(usage_params);
342 } 340 }
343 341
344 res.json({ 342 res.json({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!