rsnext/packages/create-next-app/templates
RightHot fedcafaba7
Remove unnecessary 'await' from writeSema.release() call (#63117)
### What?
This PR removes an unnecessary await keyword from the
writeSema.release() call. The release method does not return a promise,
hence awaiting it is not required.

### Why?
Awaiting on writeSema.release() which does not return a promise can lead
to confusion and potentially hinder performance. By removing the await
keyword, the code is simplified and aligns with the intended synchronous
nature of the release method.

### How?
Reviewed the writeSema.release() method implementation to confirm it
does not return a promise.
Removed the await keyword from the writeSema.release() call to ensure
the code correctly reflects the synchronous operation.

Co-authored-by: righthot <righthot@everon.co.kr>
Co-authored-by: Steven <steven@ceriously.com>
2024-03-11 15:44:48 +00:00
..
app chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
app-tw feat(cna): remove autoprefixer from default templates (#55725) 2024-02-05 14:22:47 -05:00
default chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
default-tw feat(cna): remove autoprefixer from default templates (#55725) 2024-02-05 14:22:47 -05:00
.prettierrc.json chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
index.ts Remove unnecessary 'await' from writeSema.release() call (#63117) 2024-03-11 15:44:48 +00:00
types.ts chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00