Skip to content

Commit c6fce6d

Browse files
🤖 dprint fmt
1 parent d465553 commit c6fce6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

types/vtex.js/vtex.js-tests.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ globalThis.vtexjs.checkout.getOrderForm();
1818

1919
globalThis.vtexjs.checkout.getOrderForm().then((orderForm) => {
2020
// $ExpectType OrderFormMarketingData | undefined
21-
orderForm.marketingData
21+
orderForm.marketingData;
2222
});
23-

0 commit comments

Comments
 (0)