mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Removed unnecessary identities serializer
refs: https://github.com/TryGhost/Toolbox/issues/245 - we don't need this serializer because the default serializer will do the same thing
This commit is contained in:
parent
9221e2a34e
commit
1682f7f42e
2 changed files with 0 additions and 11 deletions
|
@ -1,7 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
read(data, apiConfig, frame) {
|
|
||||||
frame.response = {
|
|
||||||
identities: [data]
|
|
||||||
};
|
|
||||||
}
|
|
||||||
};
|
|
|
@ -77,10 +77,6 @@ module.exports = {
|
||||||
return require('./member-signin-urls');
|
return require('./member-signin-urls');
|
||||||
},
|
},
|
||||||
|
|
||||||
get identities() {
|
|
||||||
return require('./identities');
|
|
||||||
},
|
|
||||||
|
|
||||||
get images() {
|
get images() {
|
||||||
return require('./images');
|
return require('./images');
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue