Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jun 25, 2024
1 parent ebc1cf2 commit 1569029
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default ((...[_Option = {}]: Parameters<Interface>) => {
.NODE,
});

if (Biome) {
if (Biome && typeof Biome === "object") {
_Biome.applyConfiguration(Biome);
}

Expand Down Expand Up @@ -91,6 +91,4 @@ import type Path from "@playform/pipe/Target/Type/Path.js";

export const { default: Default } = await import("@Variable/Option.js");

export const { default: Merge } = await import(
"@Function/Merge.js"
);
export const { default: Merge } = await import("@Function/Merge.js");

0 comments on commit 1569029

Please sign in to comment.