Skip to content

Commit

Permalink
chore: revert unnecessary change
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Yanev <[email protected]>
  • Loading branch information
victor-yanev committed Dec 10, 2024
1 parent 44823cd commit 0f4a4e7
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,10 @@ describe('HBAR Rate Limit Service', function () {
sinon.restore();
});

function createSpendingPlan(
id: string,
amountSpent: number | Long | Hbar = 0,
subscriptionTier = SubscriptionTier.BASIC,
) {
function createSpendingPlan(id: string, amountSpent: number | Long | Hbar = 0) {
return new HbarSpendingPlan({
id,
subscriptionTier,
subscriptionTier: SubscriptionTier.BASIC,
createdAt: new Date(),
active: true,
spendingHistory: [],
Expand Down

0 comments on commit 0f4a4e7

Please sign in to comment.