mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
fix: await release
This commit is contained in:
parent
d772da4bc4
commit
0c6af12719
@ -498,7 +498,7 @@ export default async (
|
||||
publishNotesStream(noteToPublish);
|
||||
}
|
||||
} finally {
|
||||
lock.release();
|
||||
await lock.release();
|
||||
}
|
||||
}
|
||||
if (note.replyId != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user