[PR #5467] [CLOSED] Fix incomplete comment blocks in errors.ts[HacktoberFest] #5226

Closed
opened 2026-03-17 02:41:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/5467
Author: @abhishekmaniy
Created: 10/9/2025
Status: Closed

Base: mainHead: fix/inconsistent-comment-style-errors


📝 Commits (1)

  • e94dad4 fix: remove incomplete comment blocks in errors.ts

📊 Changes

1 file changed (+0 additions, -6 deletions)

View changed files

📝 packages/hoppscotch-backend/src/errors.ts (+0 -6)

📄 Description

Summary

  • Remove incomplete comment blocks (/* without closing */) in errors.ts
  • Standardize comment formatting throughout the file
  • Improve code readability and consistency

Test plan

  • Verify all incomplete comment blocks are removed
  • Confirm file formatting is consistent
  • Check that TypeScript compilation works without warnings

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/5467 **Author:** [@abhishekmaniy](https://github.com/abhishekmaniy) **Created:** 10/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/inconsistent-comment-style-errors` --- ### 📝 Commits (1) - [`e94dad4`](https://github.com/hoppscotch/hoppscotch/commit/e94dad4af06e12354e17c9f8ffa274af68402f6a) fix: remove incomplete comment blocks in errors.ts ### 📊 Changes **1 file changed** (+0 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-backend/src/errors.ts` (+0 -6) </details> ### 📄 Description ## Summary - Remove incomplete comment blocks (`/*` without closing `*/`) in errors.ts - Standardize comment formatting throughout the file - Improve code readability and consistency ## Test plan - [x] Verify all incomplete comment blocks are removed - [x] Confirm file formatting is consistent - [x] Check that TypeScript compilation works without warnings --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:41:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#5226
No description provided.