stanford-oval / genie-server

The home server version of Almond
Apache License 2.0
266 stars 42 forks source link

Update main.ts #390

Open r0cketdyne opened 2 months ago

r0cketdyne commented 2 months ago

Reasons for changes:

Removed Comments: Eliminated unnecessary comments to enhance code readability and reduce clutter.

Consolidated Imports: Grouped import statements to improve code organization and maintainability.

Consistent Naming: Ensured consistent naming conventions throughout the code for better clarity and understanding.

Simplified Error Handling: Simplified error handling to streamline the code and make it more concise.