Skip to content

Commit 378cb12

Browse files
committed
Fix format
1 parent 661a55d commit 378cb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ export function thirdPartyServiceConfig (serviceName) {
341341
*/
342342
export async function initThirdParty () {
343343
window.rc.countryCode = await ls.get('rc-country-code') || undefined
344-
console.log('rc.countryCode:', rc.countryCode)
344+
console.log('rc.countryCode:', window.rc.countryCode)
345345
let userAuthed = await ls.get('userAuthed') || false
346346
window.rc.userAuthed = userAuthed
347347
window.rc.syncTimestamp = await ls.get('syncTimestamp') || null

0 commit comments

Comments
 (0)