Skip to content

Commit

Permalink
docs: remove outdated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ofreyssinet-ledger committed Oct 25, 2023
1 parent a0138f6 commit b8806a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export type AppWithDependents = {

type AppsInstallUninstallWithDependenciesValue = {
setAppWithDependenciesToInstall: (appWithDependencies: AppWithDependencies | null) => void;
setAppWithDependentsToUninstall: (appWithDependents: AppWithDependents | null) => void; // TODO: rename in uninstall with dependents
setAppWithDependentsToUninstall: (appWithDependents: AppWithDependents | null) => void;
};

/**
Expand Down

0 comments on commit b8806a4

Please sign in to comment.