mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Await padManager.getPad in getPadLines
This commit is contained in:
parent
6d400050a3
commit
43c4fa9c2e
1 changed files with 1 additions and 1 deletions
|
@ -1363,7 +1363,7 @@ async function getChangesetInfo(padId, startNum, endNum, granularity)
|
||||||
*/
|
*/
|
||||||
async function getPadLines(padId, revNum)
|
async function getPadLines(padId, revNum)
|
||||||
{
|
{
|
||||||
let pad = padManager.getPad(padId);
|
let pad = await padManager.getPad(padId);
|
||||||
|
|
||||||
// get the atext
|
// get the atext
|
||||||
let atext;
|
let atext;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue