Skip to content

Commit

Permalink
Merge pull request #45018 from Expensify/chirag-updating-snvp-format
Browse files Browse the repository at this point in the history
[No QA] Updating sNVP format to remove name and permissions
  • Loading branch information
mountiny authored Jul 9, 2024
2 parents 8547850 + a6576f7 commit f205d0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions src/types/onyx/BillingGraceEndPeriod.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
/** Model of BillingGraceEndPeriod's Shared NVP record */
type BillingGraceEndPeriod = {
/** The name of the NVP key. */
name: string;

/** The permission associated with the NVP key. */
permissions: string;

/** The grace period end date (epoch timestamp) of the workspace's owner where the user is a member of. */
value: number;
};
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/SubscriptionUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import type {BillingGraceEndPeriod, BillingStatus, FundList, StripeCustomerID} f
import createRandomPolicy from '../utils/collections/policies';

const billingGraceEndPeriod: BillingGraceEndPeriod = {
name: '[email protected]',
permissions: 'read',
value: 0,
};

Expand Down

0 comments on commit f205d0d

Please sign in to comment.