Skip to content

Commit

Permalink
Revert "Why are tests broken"
Browse files Browse the repository at this point in the history
This reverts commit eca6417.
  • Loading branch information
jmtaber129 committed Nov 27, 2023
1 parent a8c21a7 commit c62c695
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const draftEnterpriseInvoice: MutationResolvers['draftEnterpriseInvoice'] = asyn
orgId,
domain: org.activeDomain,
orgName: org.name,
// isTrial: !!org.trialStartDate,
isTrial: !!org.trialStartDate,
oldTier: 'starter',
newTier: 'enterprise',
billingLeaderEmail: user.email
Expand Down

0 comments on commit c62c695

Please sign in to comment.