mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Updated firstpromoter after settings rename (#249)
refs https://github.com/TryGhost/Ghost/pull/14801 - `firstpromoter_id` is now `firstpromoter_account`
This commit is contained in:
parent
445e8f9536
commit
704906e9b6
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ export const getMemberEmail = ({member}) => {
|
|||
};
|
||||
|
||||
export const getFirstpromoterId = ({site}) => {
|
||||
return (site && site.firstpromoter_id);
|
||||
return (site && site.firstpromoter_account);
|
||||
};
|
||||
|
||||
export const getMemberName = ({member}) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue