Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b1b40f2

Browse files
committed
[lint] Fix lint error
1 parent 66e2a83 commit b1b40f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎types/index.d.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ declare namespace Shopify {
13951395

13961396
interface ICustomer {
13971397
accepts_marketing?: boolean;
1398-
email_marketing_consent?: IEmailMarketingConsent,
1398+
email_marketing_consent?: IEmailMarketingConsent;
13991399
addresses?: ICustomerAddress[];
14001400
created_at: string;
14011401
currency: string;
@@ -2194,7 +2194,7 @@ declare namespace Shopify {
21942194

21952195
interface IOrderCustomer {
21962196
accepts_marketing?: boolean;
2197-
email_marketing_consent?: IEmailMarketingConsent,
2197+
email_marketing_consent?: IEmailMarketingConsent;
21982198
created_at: string;
21992199
default_address: ICustomerAddress;
22002200
email: string;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /