fix: await release

This commit is contained in:
Namekuji 2023-07-01 03:22:40 -04:00
parent 4bf1dbbd83
commit ab789f2ca8
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -498,7 +498,7 @@ export default async (
publishNotesStream(noteToPublish);
}
} finally {
lock.release();
await lock.release();
}
}
if (note.replyId != null) {