Skip to content

Commit

Permalink
Revert addition of double compose delivery to resource manager
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Jul 2, 2024
1 parent c1269f7 commit ea30a21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/dashboard/src/managers/resource-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ export default class ResourceManager {
this.logos = new LogoResourceManager(resources.logos || {});
this.tasks = new TaskResourceManager(
resources.allowedTasks || [
{
task_definition_id: 'double-compose-delivery',
},
{
task_definition_id: 'patrol',
},
Expand Down

0 comments on commit ea30a21

Please sign in to comment.