From 08387c06f8ed818e197770da1a3c2c8219f3b0d9 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 28 Aug 2024 14:09:12 -0300 Subject: [PATCH] Update auth.ts --- apps/api/src/controllers/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" };