mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed duplicate message due to bad merge
- sadly git is not always detecting conflicts properly
This commit is contained in:
parent
4943c97ecb
commit
00bcaeeb8c
1 changed files with 0 additions and 4 deletions
|
@ -5,10 +5,6 @@ const messages = {
|
|||
memberNotFound: 'Member not found.'
|
||||
};
|
||||
|
||||
const messages = {
|
||||
memberNotFound: 'Member not found.'
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
docName: 'member_signin_urls',
|
||||
permissions: true,
|
||||
|
|
Loading…
Reference in a new issue