mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Ignored last_seen_at in BREAD service
refs https://github.com/TryGhost/Members/commit/8a40d8e76 This is needed so that the API cannot edit this read only field.
This commit is contained in:
parent
8a40d8e76b
commit
4bda71e464
1 changed files with 2 additions and 0 deletions
|
@ -288,6 +288,8 @@ module.exports = class MemberBREADService {
|
|||
delete data.newsletters;
|
||||
}
|
||||
|
||||
delete data.last_seen_at;
|
||||
|
||||
let model;
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue