nodebb-plugin-freelog
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -73,3 +73,3 @@ const plugin = {}; | ||
console.log({ nodeUserInfo, freelogUserInfo }); | ||
if (!nodeUserInfo) { | ||
if (!nodeUserInfo || !nodeUserInfo.uid) { | ||
console.log('同步用户数据到nodeBB'); | ||
@@ -76,0 +76,0 @@ User.create({ |
@@ -5,3 +5,3 @@ { | ||
"description": "NodeBB Forum", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"homepage": "http://www.nodebb.org", | ||
@@ -8,0 +8,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6925