Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export const initLeanCloud = () => {
AV.initialize()
const appId = 'fHlQK5K3zQdGFO0h4jPg7Azk-gzGzoHsz'
const appKey = 'Tpz60WuMnnBGJGh3hr6os321'
AV.init({ appId, appKey })
}