mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated members service usage of members-ssr@0.5.0
no-issue members-ssr@0.5.0 changed the `membersApi` param with `getMembersApi`
This commit is contained in:
parent
531e217b82
commit
0e60b5dea4
1 changed files with 1 additions and 3 deletions
|
@ -44,9 +44,7 @@ const membersService = {
|
|||
cookieKeys: [settingsCache.get('theme_session_secret')],
|
||||
cookieName: 'ghost-members-ssr',
|
||||
cookieCacheName: 'ghost-members-ssr-cache',
|
||||
// This is passed as a function so that updates to the instance
|
||||
// are picked up in the ssr module
|
||||
membersApi: () => membersApi
|
||||
getMembersApi: () => membersService.api
|
||||
})
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue