Skip to content

Commit

Permalink
lint: code cleaup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydamani committed Jul 23, 2024
1 parent 918eda0 commit c367169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/SubscriptionUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const billingGraceEndPeriod: BillingGraceEndPeriod = {
value: 0,
};

const GRACE_PERIOD_DATE = new Date().getTime() + 1000*3600;
const GRACE_PERIOD_DATE = new Date().getTime() + 1000 * 3600;
const GRACE_PERIOD_DATE_OVERDUE = new Date().getTime() - 1000;

const AMOUNT_OWED = 100;
Expand Down

0 comments on commit c367169

Please sign in to comment.