Skip to content

Commit

Permalink
Fixed how chargebee is imported to resolve typing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
barankyle committed Jul 20, 2023
1 parent c72dbc6 commit ac8c587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server-core/src/appconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Ethereal Engine. All Rights Reserved.
*/

import appRootPath from 'app-root-path'
import * as chargebeeInst from 'chargebee'
import chargebeeInst from 'chargebee'
import dotenv from 'dotenv-flow'
import path from 'path'
import url from 'url'
Expand Down

0 comments on commit ac8c587

Please sign in to comment.