fix: await release
This commit is contained in:
parent
4bf1dbbd83
commit
ab789f2ca8
|
@ -498,7 +498,7 @@ export default async (
|
||||||
publishNotesStream(noteToPublish);
|
publishNotesStream(noteToPublish);
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
lock.release();
|
await lock.release();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (note.replyId != null) {
|
if (note.replyId != null) {
|
||||||
|
|
Loading…
Reference in New Issue