Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 25, 2023
1 parent 934c558 commit e1c5f31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ export default ((...[_Option = {}]: Parameters<Type>) => {
}
}

const { Path, Cache, Logger, Exclude, Action, Biome } = Merge(
Default,
_Option
);
const { Path } = Merge(Default, _Option);

const Paths = new Set<Path>();

Expand Down

0 comments on commit e1c5f31

Please sign in to comment.