mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Fixed api header authorization (#6399)
This commit is contained in:
parent
8cd2ed07ba
commit
63e9b2d4eb
4 changed files with 4848 additions and 3834 deletions
|
@ -756,7 +756,6 @@ const lookupEnvironmentVariables = (obj: MapArrayType<any>) => {
|
|||
|
||||
//console.log(root.collectFromLeafsUpwards())
|
||||
const rooting = root.collectFromLeafsUpwards()
|
||||
console.log("Rooting is", rooting.ADMIN)
|
||||
obj = Object.assign(obj, rooting)
|
||||
return obj;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue