Skip to content

Commit

Permalink
Remove unneeded function
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Lloyd committed Jan 16, 2024
1 parent 26371a5 commit 9f23041
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/builders/builder-manager/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,3 @@ export const build: ManagerBuilder['build'] = async (options) => {

export const corePresets: ManagerBuilder['corePresets'] = [];
export const overridePresets: ManagerBuilder['overridePresets'] = [];
function sanatize(arg0: string | undefined) {
throw new Error('Function not implemented.');
}

0 comments on commit 9f23041

Please sign in to comment.