Skip to content

Commit

Permalink
chore: delete redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Mar 27, 2024
1 parent 32a68f3 commit fabc510
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ export const AppRun: App<ExtensionInfo[]>["run"] = async ({ display }, extension
display(results)
}

export const onAppStart: App<ExtensionInfo[]>["onAppStart"] = async () => {
const extensions = await getPlugins()
return extensions
}

export const ExtensionManagerApp: App<ExtensionInfo[]> = {
id: "ExtensionsManager",
run: AppRun,
onAppStart
onAppStart: getPlugins
}

0 comments on commit fabc510

Please sign in to comment.