maikdevries/Lunar

Clean up all useless async/await statements

Closed this issue · 1 comments

Is your improvement request related to a problem? Please describe.
Not necessarily a problem that occurs due to this but to ensure a high-quality codebase, useless async/await statements should be removed as they are simply clutter.

Describe the solution you'd like
Go through the codebase and remove async statements where await is not used.

This will be part of v2.0 and will be public as soon as Orbit has launched. For further updates, refer to #98.