Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdong262 committed Nov 13, 2019
1 parent 661a55d commit 378cb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export function thirdPartyServiceConfig (serviceName) {
*/
export async function initThirdParty () {
window.rc.countryCode = await ls.get('rc-country-code') || undefined
console.log('rc.countryCode:', rc.countryCode)
console.log('rc.countryCode:', window.rc.countryCode)
let userAuthed = await ls.get('userAuthed') || false
window.rc.userAuthed = userAuthed
window.rc.syncTimestamp = await ls.get('syncTimestamp') || null
Expand Down

0 comments on commit 378cb12

Please sign in to comment.