mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-15 10:44:41 -04:00
fix: express5
This commit is contained in:
parent
6208a04556
commit
6db14baee7
26 changed files with 200 additions and 207 deletions
|
@ -122,7 +122,7 @@ exports.checkAccess = async (padID:string, sessionCookie:string, token:string, u
|
|||
|
||||
const grant = {
|
||||
accessStatus: 'grant',
|
||||
authorID: sessionAuthorID || await authorManager.getAuthorId(token, userSettings),
|
||||
authorID: sessionAuthorID || (await authorManager.getAuthorId(token, userSettings)),
|
||||
};
|
||||
|
||||
if (!padID.includes('$')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue