mirror of
https://github.com/plankanban/planka.git
synced 2025-12-16 17:23:21 +03:00
Add covers for cards
This commit is contained in:
@@ -94,7 +94,8 @@ module.exports = {
|
||||
return {
|
||||
..._.omit(this, ['password', 'avatarDirname']),
|
||||
avatarUrl:
|
||||
this.avatarDirname && `${sails.config.custom.userAvatarsUrl}/${this.avatarDirname}/100.jpg`,
|
||||
this.avatarDirname &&
|
||||
`${sails.config.custom.userAvatarsUrl}/${this.avatarDirname}/square-100.jpg`,
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user