1
0
Fork 0
mirror of synced 2024-09-26 06:11:49 +12:00
budibase/packages/backend-core/src/events/analytics.ts

7 lines
142 B
TypeScript
Raw Normal View History

import * as configs from "../configs"
2022-05-24 09:14:44 +12:00
// wrapper utility function
2022-05-24 09:14:44 +12:00
export const enabled = async () => {
return configs.analyticsEnabled()
2022-05-24 09:14:44 +12:00
}