0
Fork 0
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:
Matt Hanley 2022-05-27 16:24:21 +01:00 committed by GitHub
parent 445e8f9536
commit 704906e9b6

View file

@ -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}) => {