Update auth.ts

This commit is contained in:
Nicolas 2024-08-28 14:09:12 -03:00
parent 7ba3f3bd1a
commit 08387c06f8

View File

@ -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" };