mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +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…
Reference in New Issue
Block a user