fix: await release

This commit is contained in:
Namekuji 2023-07-01 03:22:40 -04:00
parent d772da4bc4
commit 0c6af12719

View file

@ -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) {