Skip to content

Commit

Permalink
removed: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Pasynok committed Nov 3, 2024
1 parent 7871d34 commit 7a99eae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compose/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const statusIs = {
};

// todo: tons of tests
// todo: simplify if (x.some((s) => s === CONTAINER_STATUS.off)) return CONTAINER_STATUS.off;
// todo: clearNode extra stores and variables on container fail|off|done, and on all up
const upFn = (containers: AnyContainer[]) => {
const CONTAINER_IDS = new Set<string>();
Expand Down

0 comments on commit 7a99eae

Please sign in to comment.