Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devisscher committed Dec 18, 2024
1 parent 68510ff commit 5c9af98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ interface Metafield {
value: string;
type: string;
}

export enum DiscountClass {
Product = 'PRODUCT',
Order = 'ORDER',
Expand All @@ -19,7 +20,6 @@ interface Discount {
id: string;
}


/**
* The object that exposes the validation with its settings.
*/
Expand Down

0 comments on commit 5c9af98

Please sign in to comment.