mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 18:25:59 +08:00
Update auth.ts
This commit is contained in:
parent
7ba3f3bd1a
commit
08387c06f8
@ -307,7 +307,7 @@ export async function supaAuthenticateUser(
|
|||||||
(mode === RateLimiterMode.Scrape ||
|
(mode === RateLimiterMode.Scrape ||
|
||||||
mode === RateLimiterMode.Preview ||
|
mode === RateLimiterMode.Preview ||
|
||||||
mode === RateLimiterMode.Map ||
|
mode === RateLimiterMode.Map ||
|
||||||
// mode === RateLimiterMode.Crawl ||
|
mode === RateLimiterMode.Crawl ||
|
||||||
mode === RateLimiterMode.Search)
|
mode === RateLimiterMode.Search)
|
||||||
) {
|
) {
|
||||||
return { success: true, team_id: "preview" };
|
return { success: true, team_id: "preview" };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user