mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
fix: await release
This commit is contained in:
parent
d772da4bc4
commit
0c6af12719
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ export default async (
|
|||
publishNotesStream(noteToPublish);
|
||||
}
|
||||
} finally {
|
||||
lock.release();
|
||||
await lock.release();
|
||||
}
|
||||
}
|
||||
if (note.replyId != null) {
|
||||
|
|
Loading…
Reference in a new issue