Fixed duplicate message due to bad merge

- sadly git is not always detecting conflicts properly
This commit is contained in:
Hannah Wolfe 2021-10-13 09:17:01 +01:00
parent 4943c97ecb
commit 00bcaeeb8c
No known key found for this signature in database
GPG Key ID: 9F8C7532D0A6BA55

View File

@ -5,10 +5,6 @@ const messages = {
memberNotFound: 'Member not found.' memberNotFound: 'Member not found.'
}; };
const messages = {
memberNotFound: 'Member not found.'
};
module.exports = { module.exports = {
docName: 'member_signin_urls', docName: 'member_signin_urls',
permissions: true, permissions: true,