mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03: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
@ -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…
Reference in New Issue
Block a user