Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove unnecessary async functions
The code here doesn't need to be Promise based so making it so means we're introducing a (tiny most likely) hit to performance by using it when it's not required
- Loading branch information