mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -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);
|
publishNotesStream(noteToPublish);
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
lock.release();
|
await lock.release();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (note.replyId != null) {
|
if (note.replyId != null) {
|
||||||
|
|
Loading…
Reference in a new issue