diff --git a/apps/api/src/controllers/auth.ts b/apps/api/src/controllers/auth.ts index 3a87849c..19852078 100644 --- a/apps/api/src/controllers/auth.ts +++ b/apps/api/src/controllers/auth.ts @@ -307,7 +307,7 @@ export async function supaAuthenticateUser( (mode === RateLimiterMode.Scrape || mode === RateLimiterMode.Preview || mode === RateLimiterMode.Map || - // mode === RateLimiterMode.Crawl || + mode === RateLimiterMode.Crawl || mode === RateLimiterMode.Search) ) { return { success: true, team_id: "preview" };