mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 06:18:59 +08:00
Update auth.ts
This commit is contained in:
parent
1ca50e6e8f
commit
240e4e4702
@ -192,6 +192,8 @@ export async function supaAuthenticateUser(
|
||||
if (token == "this_is_just_a_preview_token") {
|
||||
if (mode == RateLimiterMode.CrawlStatus) {
|
||||
rateLimiter = getRateLimiter(RateLimiterMode.CrawlStatus, token);
|
||||
} else if (mode == RateLimiterMode.ExtractStatus) {
|
||||
rateLimiter = getRateLimiter(RateLimiterMode.ExtractStatus, token);
|
||||
} else {
|
||||
rateLimiter = getRateLimiter(RateLimiterMode.Preview, token);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user