Skip to content

Commit

Permalink
chore(frontend): adapt to new gql api
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jan 23, 2025
1 parent 0e492c0 commit d657a26
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ const getJobDetails = (job: BackgroundJob) =>
true,
] as const,
)
.with(
BackgroundJob.DeleteAllApplicationCache,
() =>
[
"Delete all cache",
"Delete all application caches. Use this if you updated a critical configuration parameter and can not see the changes reflected in the UI.",
true,
] as const,
)
.with(
BackgroundJob.CalculateUserActivitiesAndSummary,
() =>
Expand Down

0 comments on commit d657a26

Please sign in to comment.