nodebb-plugin-freelog
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -44,3 +44,3 @@ const plugin = {}; | ||
if (username === 'admin') { | ||
return; | ||
return next(); | ||
} | ||
@@ -47,0 +47,0 @@ if (!username) { |
@@ -5,3 +5,3 @@ { | ||
"description": "NodeBB Forum", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"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
5244