mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-10 14:46:20 +02:00
Await padManager.getPad in getPadLines
This commit is contained in:
parent
6d400050a3
commit
43c4fa9c2e
@ -1363,7 +1363,7 @@ async function getChangesetInfo(padId, startNum, endNum, granularity)
|
||||
*/
|
||||
async function getPadLines(padId, revNum)
|
||||
{
|
||||
let pad = padManager.getPad(padId);
|
||||
let pad = await padManager.getPad(padId);
|
||||
|
||||
// get the atext
|
||||
let atext;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user