Explorar el Código

add space before "status"

kaoritokashiki hace 5 años
padre
commit
ca5698e1a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/models/user.js

+ 1 - 1
src/server/models/user.js

@@ -20,7 +20,7 @@ module.exports = function(crowi) {
   const STATUS_DELETED = 4;
   const STATUS_INVITED = 5;
   const USER_PUBLIC_FIELDS = '_id image isEmailPublished isGravatarEnabled googleId name username email introduction'
-  + 'status lang createdAt lastLoginAt admin imageUrlCached';
+  + ' status lang createdAt lastLoginAt admin imageUrlCached';
 
   const PAGE_ITEMS = 50;