hotfix
This commit is contained in:
@@ -37,6 +37,10 @@ export async function getJobPriority({
|
|||||||
team_id: string;
|
team_id: string;
|
||||||
basePriority?: number;
|
basePriority?: number;
|
||||||
}): Promise<number> {
|
}): Promise<number> {
|
||||||
|
if (team_id === "d97c4ceb-290b-4957-8432-2b2a02727d95") {
|
||||||
|
return 50;
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const setKey = SET_KEY_PREFIX + team_id;
|
const setKey = SET_KEY_PREFIX + team_id;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user