mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 19:46:15 +08:00
hotfix
This commit is contained in:
parent
a8df85fd9b
commit
20ffdbd15c
@ -37,6 +37,10 @@ export async function getJobPriority({
|
||||
team_id: string;
|
||||
basePriority?: number;
|
||||
}): Promise<number> {
|
||||
if (team_id === "d97c4ceb-290b-4957-8432-2b2a02727d95") {
|
||||
return 50;
|
||||
}
|
||||
|
||||
try {
|
||||
const setKey = SET_KEY_PREFIX + team_id;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user