Merge branch 'main' into v1-webscraper

This commit is contained in:
Nicolas
2024-08-26 16:22:05 -03:00
9 changed files with 692 additions and 31 deletions
+2 -1
View File
@@ -222,7 +222,8 @@ export async function supaAuthenticateUser(
rateLimiter = getRateLimiter(
RateLimiterMode.Scrape,
token,
subscriptionData.plan
subscriptionData.plan,
teamId
);
break;
case RateLimiterMode.Search: