Skip to content

Commit

Permalink
fix(Scheduling): replace deprecated attribute [YTFRONT-4652]
Browse files Browse the repository at this point in the history
  • Loading branch information
SimbiozizV committed Jan 28, 2025
1 parent 3b10286 commit 71d0534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function loadSchedulingData(): SchedulingThunkAction {
requests: [
makeGet('//sys/scheduler/@alerts'),
makeList('//sys/scheduler/orchid/scheduler/pool_trees'),
makeGet('//sys/scheduler/orchid/scheduler/default_fair_share_tree'),
makeGet('//sys/scheduler/orchid/scheduler/default_pool_tree'),
],
...USE_CACHE,
}),
Expand Down

0 comments on commit 71d0534

Please sign in to comment.