mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03: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
@ -288,6 +288,8 @@ module.exports = class MemberBREADService {
|
||||
delete data.newsletters;
|
||||
}
|
||||
|
||||
delete data.last_seen_at;
|
||||
|
||||
let model;
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user