mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
commit
3c91a1750f
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@ Users.attachSchema(new SimpleSchema({
|
|||
},
|
||||
isAdmin: {
|
||||
type: Boolean,
|
||||
optional: true
|
||||
}
|
||||
optional: true,
|
||||
},
|
||||
}));
|
||||
|
||||
// Search a user in the complete server database by its name or username. This
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue