feat: Convert all query files to JS
This commit is contained in:
10
packages/backend/src/graphql/queries/get-paddle-info.ee.js
Normal file
10
packages/backend/src/graphql/queries/get-paddle-info.ee.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import appConfig from '../../config/app';
|
||||
import Billing from '../../helpers/billing/index.ee';
|
||||
|
||||
const getPaddleInfo = async () => {
|
||||
if (!appConfig.isCloud) return;
|
||||
|
||||
return Billing.paddleInfo;
|
||||
};
|
||||
|
||||
export default getPaddleInfo;
|
Reference in New Issue
Block a user