mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Removed unused members getter
no-issue This would have errored when used
This commit is contained in:
parent
94b261759e
commit
d680f33f10
1 changed files with 0 additions and 4 deletions
|
@ -59,10 +59,6 @@ module.exports = {
|
|||
return require('./mail');
|
||||
},
|
||||
|
||||
get members() {
|
||||
return require('./members');
|
||||
},
|
||||
|
||||
get images() {
|
||||
return require('./images');
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue