Skip to content

Commit 919e292

Browse files
committed
fix: format code with biome
1 parent d050ad3 commit 919e292

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/index.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,14 @@ export {
8484
} from "./schemas/product-price-input";
8585

8686
// Unified contract - contains all methods from both SDK and MCP
87-
export const contract = { checkout, customer, onboarding, order, products, subscription };
87+
export const contract = {
88+
checkout,
89+
customer,
90+
onboarding,
91+
order,
92+
products,
93+
subscription,
94+
};
8895

8996
// SDK contract - only the methods the SDK router implements
9097
export const sdkContract = {

0 commit comments

Comments
 (0)